Html Css Color HEX #A696EF Biloba Flower

📋 copy color: '#A696EF'

red 166 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #A696EF

Tints of Biloba Flower #A696EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 29.91%
G = 27.03%
B = 43.06%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A696EF (or 0xA696EF) is known color: Biloba Flower. HEX triplet: A6, 96 and EF. RGB value is (166,150,239). Sum of RGB (Red+Green+Blue) = 166+150+239=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #A696EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696EF is #596910. Grayscale: #A4A4A4. Windows color (decimal): -5859601 or 15701670. OLE color: 15701670.

HSL color Cylindrical-coordinate representation of color #A696EF: hue angle of 250.79º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A696EF is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 150 239 -
CMYK 0.31 0.37 0 0.06
HSL 250.79º 0.74% 0.76% -
HSV(B) 250.79º 0.37% 0.94% -
XYZ 42.21 36.15 86.41 -
YUV 164.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 166 150 239 0.31 0.37 0 0.06 250.79 0.74 0.76
Hex A6 96 EF 1F 25 0 6 FB 4A 4C
Octal 246 226 357 37 45 0 6 373 112 114
Binary 10100110 10010110 11101111 11111 100101 0 110 11111011 1001010 1001100

Color Harmonies of #A696EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696EF

Black with #A696EF

Text Example


Text Example

White with #A696EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696EF; }

 p { color: rgb(166,150,239); }

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

background-color css

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

 a { background-color: rgb(166,150,239); }

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

border-color css

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

 span { border-color: rgb(166,150,239); }

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