Html Css Color HEX #A697EE Biloba Flower

📋 copy color: '#A697EE'

red 166 ◦ green 151 ◦ blue 238

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

Shades of Biloba Flower #A697EE

Tints of Biloba Flower #A697EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 29.91%
G = 27.21%
B = 42.88%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A697EE (or 0xA697EE) is known color: Biloba Flower. HEX triplet: A6, 97 and EE. RGB value is (166,151,238). Sum of RGB (Red+Green+Blue) = 166+151+238=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #A697EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697EE is #596811. Grayscale: #A5A5A5. Windows color (decimal): -5859346 or 15636390. OLE color: 15636390.

HSL color Cylindrical-coordinate representation of color #A697EE: hue angle of 250.34º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A697EE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 151 238 -
CMYK 0.30 0.37 0 0.07
HSL 250.34º 0.72% 0.76% -
HSV(B) 250.34º 0.37% 0.93% -
XYZ 42.23 36.41 85.69 -
YUV 165.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 166 151 238 0.30 0.37 0 0.07 250.34 0.72 0.76
Hex A6 97 EE 1E 25 0 7 FA 48 4C
Octal 246 227 356 36 45 0 7 372 110 114
Binary 10100110 10010111 11101110 11110 100101 0 111 11111010 1001000 1001100

Color Harmonies of #A697EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697EE

Black with #A697EE

Text Example


Text Example

White with #A697EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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