Html Css Color HEX #A697FF Biloba Flower

📋 copy color: '#A697FF'

red 166 ◦ green 151 ◦ blue 255

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

Shades of Biloba Flower #A697FF

Tints of Biloba Flower #A697FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 29.02%
G = 26.4%
B = 44.58%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A697FF (or 0xA697FF) is known color: Biloba Flower. HEX triplet: A6, 97 and FF. RGB value is (166,151,255). Sum of RGB (Red+Green+Blue) = 166+151+255=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A697FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697FF is #596800. Grayscale: #A6A6A6. Windows color (decimal): -5859329 or 16750502. OLE color: 16750502.

HSL color Cylindrical-coordinate representation of color #A697FF: hue angle of 248.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A697FF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 151 255 -
CMYK 0.35 0.41 0 0
HSL 248.65º 1% 0.8% -
HSV(B) 248.65º 0.41% 1% -
XYZ 44.84 37.46 99.47 -
YUV 167.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 166 151 255 0.35 0.41 0 0 248.65 1 0.8
Hex A6 97 FF 23 29 0 0 F9 64 50
Octal 246 227 377 43 51 0 0 371 144 120
Binary 10100110 10010111 11111111 100011 101001 0 0 11111001 1100100 1010000

Color Harmonies of #A697FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697FF

Black with #A697FF

Text Example


Text Example

White with #A697FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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