Html Css Color HEX #A697CC Biloba Flower

📋 copy color: '#A697CC'

red 166 ◦ green 151 ◦ blue 204

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

Shades of Biloba Flower #A697CC

Tints of Biloba Flower #A697CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 31.86%
G = 28.98%
B = 39.16%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A697CC (or 0xA697CC) is known color: Biloba Flower. HEX triplet: A6, 97 and CC. RGB value is (166,151,204). Sum of RGB (Red+Green+Blue) = 166+151+204=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A697CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CC is #596833. Grayscale: #A1A1A1. Windows color (decimal): -5859380 or 13408166. OLE color: 13408166.

HSL color Cylindrical-coordinate representation of color #A697CC: hue angle of 256.98º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A697CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 151 204 -
CMYK 0.19 0.26 0 0.2
HSL 256.98º 0.34% 0.7% -
HSV(B) 256.98º 0.26% 0.8% -
XYZ 37.69 34.6 61.82 -
YUV 161.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 166 151 204 0.19 0.26 0 0.2 256.98 0.34 0.7
Hex A6 97 CC 13 1A 0 14 101 22 46
Octal 246 227 314 23 32 0 24 401 42 106
Binary 10100110 10010111 11001100 10011 11010 0 10100 100000001 100010 1000110

Color Harmonies of #A697CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697CC

Black with #A697CC

Text Example


Text Example

White with #A697CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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