Html Css Color HEX #A697ED Biloba Flower

📋 copy color: '#A697ED'

red 166 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #A697ED

Tints of Biloba Flower #A697ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 29.96%
G = 27.26%
B = 42.78%

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

#A697ED (or 0xA697ED) is known color: Biloba Flower. HEX triplet: A6, 97 and ED. RGB value is (166,151,237). Sum of RGB (Red+Green+Blue) = 166+151+237=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #A697ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697ED is #596812. Grayscale: #A4A4A4. Windows color (decimal): -5859347 or 15570854. OLE color: 15570854.

HSL color Cylindrical-coordinate representation of color #A697ED: hue angle of 250.47º degrees, saturation: 0.7, 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 #A697ED is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 151 237 -
CMYK 0.30 0.36 0 0.07
HSL 250.47º 0.7% 0.76% -
HSV(B) 250.47º 0.36% 0.93% -
XYZ 42.08 36.35 84.92 -
YUV 165.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 166 151 237 0.30 0.36 0 0.07 250.47 0.7 0.76
Hex A6 97 ED 1E 24 0 7 FA 46 4C
Octal 246 227 355 36 44 0 7 372 106 114
Binary 10100110 10010111 11101101 11110 100100 0 111 11111010 1000110 1001100

Color Harmonies of #A697ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697ED

Black with #A697ED

Text Example


Text Example

White with #A697ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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