Html Css Color HEX #A696EB Biloba Flower

📋 copy color: '#A696EB'

red 166 ◦ green 150 ◦ blue 235

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

Shades of Biloba Flower #A696EB

Tints of Biloba Flower #A696EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 30.13%
G = 27.22%
B = 42.65%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A696EB (or 0xA696EB) is known color: Biloba Flower. HEX triplet: A6, 96 and EB. RGB value is (166,150,235). Sum of RGB (Red+Green+Blue) = 166+150+235=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A696EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696EB is #596914. Grayscale: #A4A4A4. Windows color (decimal): -5859605 or 15439526. OLE color: 15439526.

HSL color Cylindrical-coordinate representation of color #A696EB: hue angle of 251.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A696EB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 150 235 -
CMYK 0.29 0.36 0 0.08
HSL 251.29º 0.68% 0.75% -
HSV(B) 251.29º 0.36% 0.92% -
XYZ 41.63 35.92 83.34 -
YUV 164.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 166 150 235 0.29 0.36 0 0.08 251.29 0.68 0.75
Hex A6 96 EB 1D 24 0 8 FB 44 4B
Octal 246 226 353 35 44 0 10 373 104 113
Binary 10100110 10010110 11101011 11101 100100 0 1000 11111011 1000100 1001011

Color Harmonies of #A696EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696EB

Black with #A696EB

Text Example


Text Example

White with #A696EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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