Html Css Color HEX #A697DC Biloba Flower

📋 copy color: '#A697DC'

red 166 ◦ green 151 ◦ blue 220

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

Shades of Biloba Flower #A697DC

Tints of Biloba Flower #A697DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 30.91%
G = 28.12%
B = 40.97%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A697DC (or 0xA697DC) is known color: Biloba Flower. HEX triplet: A6, 97 and DC. RGB value is (166,151,220). Sum of RGB (Red+Green+Blue) = 166+151+220=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A697DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DC is #596823. Grayscale: #A3A3A3. Windows color (decimal): -5859364 or 14456742. OLE color: 14456742.

HSL color Cylindrical-coordinate representation of color #A697DC: hue angle of 253.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A697DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 151 220 -
CMYK 0.25 0.31 0 0.14
HSL 253.04º 0.5% 0.73% -
HSV(B) 253.04º 0.31% 0.86% -
XYZ 39.71 35.41 72.45 -
YUV 163.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 166 151 220 0.25 0.31 0 0.14 253.04 0.5 0.73
Hex A6 97 DC 19 1F 0 E FD 32 49
Octal 246 227 334 31 37 0 16 375 62 111
Binary 10100110 10010111 11011100 11001 11111 0 1110 11111101 110010 1001001

Color Harmonies of #A697DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697DC

Black with #A697DC

Text Example


Text Example

White with #A697DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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