Html Css Color HEX #A996CB Biloba Flower

📋 copy color: '#A996CB'

red 169 ◦ green 150 ◦ blue 203

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

Shades of Biloba Flower #A996CB

Tints of Biloba Flower #A996CB

RGB

 RED value IS 169 (66.41% from 255) = 32.38%

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 32.38%
G = 28.74%
B = 38.89%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A996CB (or 0xA996CB) is known color: Biloba Flower. HEX triplet: A9, 96 and CB. RGB value is (169,150,203). Sum of RGB (Red+Green+Blue) = 169+150+203=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A996CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996CB is #566934. Grayscale: #A1A1A1. Windows color (decimal): -5663029 or 13342377. OLE color: 13342377.

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

Color convert

RGB 169 150 203 -
CMYK 0.17 0.26 0 0.20
HSL 261.51º 0.34% 0.69% -
HSV(B) 261.51º 0.26% 0.8% -
XYZ 38.05 34.56 61.17 -
YUV 161.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 169 150 203 0.17 0.26 0 0.20 261.51 0.34 0.69
Hex A9 96 CB 11 1A 0 14 106 22 45
Octal 251 226 313 21 32 0 24 406 42 105
Binary 10101001 10010110 11001011 10001 11010 0 10100 100000110 100010 1000101

Color Harmonies of #A996CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996CB

Black with #A996CB

Text Example


Text Example

White with #A996CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996CB; }

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

 H1.HeaderClassName
 {
   color: #A996CB;
 }
 .AnyTagClassName
 {
   color: #A996CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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