Html Css Color HEX #A697E6 Biloba Flower

📋 copy color: '#A697E6'

red 166 ◦ green 151 ◦ blue 230

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

Shades of Biloba Flower #A697E6

Tints of Biloba Flower #A697E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 30.35%
G = 27.61%
B = 42.05%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A697E6 (or 0xA697E6) is known color: Biloba Flower. HEX triplet: A6, 97 and E6. RGB value is (166,151,230). Sum of RGB (Red+Green+Blue) = 166+151+230=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #A697E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697E6 is #596819. Grayscale: #A4A4A4. Windows color (decimal): -5859354 or 15112102. OLE color: 15112102.

HSL color Cylindrical-coordinate representation of color #A697E6: hue angle of 251.39º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A697E6 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 151 230 -
CMYK 0.28 0.34 0 0.10
HSL 251.39º 0.61% 0.75% -
HSV(B) 251.39º 0.34% 0.9% -
XYZ 41.08 35.95 79.64 -
YUV 164.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 166 151 230 0.28 0.34 0 0.10 251.39 0.61 0.75
Hex A6 97 E6 1C 22 0 A FB 3D 4B
Octal 246 227 346 34 42 0 12 373 75 113
Binary 10100110 10010111 11100110 11100 100010 0 1010 11111011 111101 1001011

Color Harmonies of #A697E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697E6

Black with #A697E6

Text Example


Text Example

White with #A697E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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