Html Css Color HEX #A695CE Biloba Flower

📋 copy color: '#A695CE'

red 166 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #A695CE

Tints of Biloba Flower #A695CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.6%

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

R = 31.86%
G = 28.6%
B = 39.54%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A695CE (or 0xA695CE) is known color: Biloba Flower. HEX triplet: A6, 95 and CE. RGB value is (166,149,206). Sum of RGB (Red+Green+Blue) = 166+149+206=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A695CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CE is #596A31. Grayscale: #A0A0A0. Windows color (decimal): -5859890 or 13538726. OLE color: 13538726.

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

Color convert

RGB 166 149 206 -
CMYK 0.19 0.28 0 0.19
HSL 257.89º 0.37% 0.7% -
HSV(B) 257.89º 0.28% 0.81% -
XYZ 37.61 34.06 62.98 -
YUV 160.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 166 149 206 0.19 0.28 0 0.19 257.89 0.37 0.7
Hex A6 95 CE 13 1C 0 13 102 25 46
Octal 246 225 316 23 34 0 23 402 45 106
Binary 10100110 10010101 11001110 10011 11100 0 10011 100000010 100101 1000110

Color Harmonies of #A695CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695CE

Black with #A695CE

Text Example


Text Example

White with #A695CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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