Html Css Color HEX #A992CB Biloba Flower

📋 copy color: '#A992CB'

red 169 ◦ green 146 ◦ blue 203

#A992CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A992CB

Tints of Biloba Flower #A992CB

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 value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A992CB (or 0xA992CB) is known color: 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

RGB 169 146 203 -
CMYK 0.17 0.28 0 0.20
HSL 264.21º 0.35% 0.68% -
HSV(B) 264.21º 0.28% 0.8% -
XYZ 37.42 33.3 60.96 -
YUV 159.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 169 146 203 0.17 0.28 0 0.20 264.21 0.35 0.68
Hex A9 92 CB 11 1C 0 14 108 23 44
Octal 251 222 313 21 34 0 24 410 43 104
Binary 10101001 10010010 11001011 10001 11100 0 10100 100001000 100011 1000100

Color Harmonies of #A992CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992CB

Black with #A992CB

Text Example


Text Example

White with #A992CB

Text Example


Text Example

HTML Codes & Css Web 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>