#A893CD

Color #A893CD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A893CD

Tints of Biloba Flower #A893CD

Color information

#A893CD (or 0xA893CD) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and CD. RGB value is (168,147,205). Sum of RGB (Red+Green+Blue) = 168+147+205=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A893CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CD is #576C32. Grayscale: #9F9F9F. Windows color (decimal): -5729331 or 13472680. OLE color: 13472680.

HSL color Cylindrical-coordinate representation of color #A893CD: hue angle of 261.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A893CD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168147205-
CMYK0.180.2800.20
HSL261.72º36.71%69.02%-
HSV(B)261.72º28.29%80.39%-
XYZ37.633.662.26-
YUV159.89153.46133.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=32.31%
G=28.27%
B=39.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681472050.180.2800.20261.7236.7169.02
HexA893CD121C0141062545
Octal250223315223402440645105
Binary10101000100100111100110110010111000101001000001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893CD; }

 p { color: rgb(168,147,205); }

 H1.HeaderClassName
 {
   color: #A893CD;
 }
 .AnyTagClassName
 {
   color: #A893CD;
 }
</style>
background-color css

<style>
 a { background-color: #A893CD; }

 a { background-color: rgb(168,147,205); }

 div.DivClassName
 {
   background-color: #A893CD;
 }
 .BgClassName
 {
   background-color: #A893CD;
 }
</style>
border-color css

<style>
 span { border-color: #A893CD; }

 span { border-color: rgb(168,147,205); }

 td.TdClassName
 {
   border-color: #A893CD;
 }
 .TagClassName
 {
   border-color: #A893CD;
 }
</style>