Html Css Color HEX #A696EC Biloba Flower

📋 copy color: '#A696EC'

red 166 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #A696EC

Tints of Biloba Flower #A696EC

RGB

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

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

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

R = 30.07%
G = 27.17%
B = 42.75%

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

#A696EC (or 0xA696EC) is known color: Biloba Flower. HEX triplet: A6, 96 and EC. RGB value is (166,150,236). Sum of RGB (Red+Green+Blue) = 166+150+236=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A696EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696EC is #596913. Grayscale: #A4A4A4. Windows color (decimal): -5859604 or 15505062. OLE color: 15505062.

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

Color convert

RGB 166 150 236 -
CMYK 0.30 0.36 0 0.07
HSL 251.16º 0.69% 0.76% -
HSV(B) 251.16º 0.36% 0.93% -
XYZ 41.77 35.98 84.1 -
YUV 164.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 166 150 236 0.30 0.36 0 0.07 251.16 0.69 0.76
Hex A6 96 EC 1E 24 0 7 FB 45 4C
Octal 246 226 354 36 44 0 7 373 105 114
Binary 10100110 10010110 11101100 11110 100100 0 111 11111011 1000101 1001100

Color Harmonies of #A696EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696EC

Black with #A696EC

Text Example


Text Example

White with #A696EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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