Html Css Color HEX #A996CE Biloba Flower

📋 copy color: '#A996CE'

red 169 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #A996CE

Tints of Biloba Flower #A996CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 32.19%
G = 28.57%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A996CE (or 0xA996CE) is known color: Biloba Flower. HEX triplet: A9, 96 and CE. RGB value is (169,150,206). Sum of RGB (Red+Green+Blue) = 169+150+206=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A996CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996CE is #566931. Grayscale: #A1A1A1. Windows color (decimal): -5663026 or 13538985. OLE color: 13538985.

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

Color convert

RGB 169 150 206 -
CMYK 0.18 0.27 0 0.19
HSL 260.36º 0.36% 0.7% -
HSV(B) 260.36º 0.27% 0.81% -
XYZ 38.41 34.7 63.07 -
YUV 162.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 169 150 206 0.18 0.27 0 0.19 260.36 0.36 0.7
Hex A9 96 CE 12 1B 0 13 104 24 46
Octal 251 226 316 22 33 0 23 404 44 106
Binary 10101001 10010110 11001110 10010 11011 0 10011 100000100 100100 1000110

Color Harmonies of #A996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996CE

Black with #A996CE

Text Example


Text Example

White with #A996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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