Html Css Color HEX #A996CF Biloba Flower

📋 copy color: '#A996CF'

red 169 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #A996CF

Tints of Biloba Flower #A996CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 32.13%
G = 28.52%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A996CF (or 0xA996CF) is known color: Biloba Flower. HEX triplet: A9, 96 and CF. RGB value is (169,150,207). Sum of RGB (Red+Green+Blue) = 169+150+207=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A996CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996CF is #566930. Grayscale: #A1A1A1. Windows color (decimal): -5663025 or 13604521. OLE color: 13604521.

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

Color convert

RGB 169 150 207 -
CMYK 0.18 0.28 0 0.19
HSL 260º 0.37% 0.7% -
HSV(B) 260º 0.28% 0.81% -
XYZ 38.53 34.75 63.71 -
YUV 162.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 169 150 207 0.18 0.28 0 0.19 260 0.37 0.7
Hex A9 96 CF 12 1C 0 13 104 25 46
Octal 251 226 317 22 34 0 23 404 45 106
Binary 10101001 10010110 11001111 10010 11100 0 10011 100000100 100101 1000110

Color Harmonies of #A996CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996CF

Black with #A996CF

Text Example


Text Example

White with #A996CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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