#A893CB

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

Shades of Biloba Flower #A893CB

Tints of Biloba Flower #A893CB

Color information

#A893CB (or 0xA893CB) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and CB. RGB value is (168,147,203). Sum of RGB (Red+Green+Blue) = 168+147+203=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A893CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CB is #576C34. Grayscale: #9F9F9F. Windows color (decimal): -5729333 or 13341608. OLE color: 13341608.

HSL color Cylindrical-coordinate representation of color #A893CB: hue angle of 262.5º degrees, saturation: 0.35, 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 #A893CB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168147203-
CMYK0.170.2800.20
HSL262.5º35%68.63%-
HSV(B)262.5º27.59%79.61%-
XYZ37.3633.561-
YUV159.66152.46133.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=32.43%
G=28.38%
B=39.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681472030.170.2800.20262.53568.63
HexA893CB111C0141062345
Octal250223313213402440643105
Binary10101000100100111100101110001111000101001000001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893CB; }

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

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

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

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

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

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

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

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