Html Css Color HEX #A697CE Biloba Flower

📋 copy color: '#A697CE'

red 166 ◦ green 151 ◦ blue 206

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

Shades of Biloba Flower #A697CE

Tints of Biloba Flower #A697CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.87%

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

R = 31.74%
G = 28.87%
B = 39.39%

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

#A697CE (or 0xA697CE) is known color: Biloba Flower. HEX triplet: A6, 97 and CE. RGB value is (166,151,206). Sum of RGB (Red+Green+Blue) = 166+151+206=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A697CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CE is #596831. Grayscale: #A1A1A1. Windows color (decimal): -5859378 or 13539238. OLE color: 13539238.

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

Color convert

RGB 166 151 206 -
CMYK 0.19 0.27 0 0.19
HSL 256.36º 0.36% 0.7% -
HSV(B) 256.36º 0.27% 0.81% -
XYZ 37.93 34.7 63.09 -
YUV 161.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 166 151 206 0.19 0.27 0 0.19 256.36 0.36 0.7
Hex A6 97 CE 13 1B 0 13 100 24 46
Octal 246 227 316 23 33 0 23 400 44 106
Binary 10100110 10010111 11001110 10011 11011 0 10011 100000000 100100 1000110

Color Harmonies of #A697CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697CE

Black with #A697CE

Text Example


Text Example

White with #A697CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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