#A992CB

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

Shades of Biloba Flower #A992CB

Tints of Biloba Flower #A992CB

Color information

#A992CB (or 0xA992CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and CB. RGB value is (169,146,203). Sum of RGB (Red+Green+Blue) = 169+146+203=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 146 (57.42% from 255 or 28.19% 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 #A992CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992CB is #566D34. Grayscale: #9F9F9F. Windows color (decimal): -5664053 or 13341353. OLE color: 13341353.

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

Color convert

RGB169146203-
CMYK0.170.2800.20
HSL264.21º35.4%68.43%-
HSV(B)264.21º28.08%79.61%-
XYZ37.4233.360.96-
YUV159.38152.62134.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=32.63%
G=28.19%
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
Decimal1691462030.170.2800.20264.2135.468.43
HexA992CB111C0141082344
Octal251222313213402441043104
Binary10101001100100101100101110001111000101001000010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992CB; }

 p { color: rgb(169,146,203); }

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

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

 a { background-color: rgb(169,146,203); }

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

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

 span { border-color: rgb(169,146,203); }

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