Html Css Color HEX #A696CE Biloba Flower

📋 copy color: '#A696CE'

red 166 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #A696CE

Tints of Biloba Flower #A696CE

RGB

 RED value IS 166 (65.23% from 255) = 31.8%

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

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

R = 31.8%
G = 28.74%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A696CE (or 0xA696CE) is known color: Biloba Flower. HEX triplet: A6, 96 and CE. RGB value is (166,150,206). Sum of RGB (Red+Green+Blue) = 166+150+206=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A696CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CE is #596931. Grayscale: #A0A0A0. Windows color (decimal): -5859634 or 13538982. OLE color: 13538982.

HSL color Cylindrical-coordinate representation of color #A696CE: hue angle of 257.14º 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 #A696CE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 150 206 -
CMYK 0.19 0.27 0 0.19
HSL 257.14º 0.36% 0.7% -
HSV(B) 257.14º 0.27% 0.81% -
XYZ 37.77 34.38 63.04 -
YUV 161.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 166 150 206 0.19 0.27 0 0.19 257.14 0.36 0.7
Hex A6 96 CE 13 1B 0 13 101 24 46
Octal 246 226 316 23 33 0 23 401 44 106
Binary 10100110 10010110 11001110 10011 11011 0 10011 100000001 100100 1000110

Color Harmonies of #A696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696CE

Black with #A696CE

Text Example


Text Example

White with #A696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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