Html Css Color HEX #A697EC Biloba Flower

📋 copy color: '#A697EC'

red 166 ◦ green 151 ◦ blue 236

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

Shades of Biloba Flower #A697EC

Tints of Biloba Flower #A697EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 30.02%
G = 27.31%
B = 42.68%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A697EC (or 0xA697EC) is known color: Biloba Flower. HEX triplet: A6, 97 and EC. RGB value is (166,151,236). Sum of RGB (Red+Green+Blue) = 166+151+236=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A697EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697EC is #596813. Grayscale: #A4A4A4. Windows color (decimal): -5859348 or 15505318. OLE color: 15505318.

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

Color convert

RGB 166 151 236 -
CMYK 0.30 0.36 0 0.07
HSL 250.59º 0.69% 0.76% -
HSV(B) 250.59º 0.36% 0.93% -
XYZ 41.93 36.3 84.15 -
YUV 165.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 166 151 236 0.30 0.36 0 0.07 250.59 0.69 0.76
Hex A6 97 EC 1E 24 0 7 FB 45 4C
Octal 246 227 354 36 44 0 7 373 105 114
Binary 10100110 10010111 11101100 11110 100100 0 111 11111011 1000101 1001100

Color Harmonies of #A697EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697EC

Black with #A697EC

Text Example


Text Example

White with #A697EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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