Html Css Color HEX #A697E1 Biloba Flower

📋 copy color: '#A697E1'

red 166 ◦ green 151 ◦ blue 225

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

Shades of Biloba Flower #A697E1

Tints of Biloba Flower #A697E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 30.63%
G = 27.86%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A697E1 (or 0xA697E1) is known color: Biloba Flower. HEX triplet: A6, 97 and E1. RGB value is (166,151,225). Sum of RGB (Red+Green+Blue) = 166+151+225=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #A697E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697E1 is #59681E. Grayscale: #A3A3A3. Windows color (decimal): -5859359 or 14784422. OLE color: 14784422.

HSL color Cylindrical-coordinate representation of color #A697E1: hue angle of 252.16º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A697E1 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 151 225 -
CMYK 0.26 0.33 0 0.12
HSL 252.16º 0.55% 0.74% -
HSV(B) 252.16º 0.33% 0.88% -
XYZ 40.38 35.68 75.99 -
YUV 163.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 166 151 225 0.26 0.33 0 0.12 252.16 0.55 0.74
Hex A6 97 E1 1A 21 0 C FC 37 4A
Octal 246 227 341 32 41 0 14 374 67 112
Binary 10100110 10010111 11100001 11010 100001 0 1100 11111100 110111 1001010

Color Harmonies of #A697E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697E1

Black with #A697E1

Text Example


Text Example

White with #A697E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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