Html Css Color HEX #A696EE Biloba Flower

📋 copy color: '#A696EE'

red 166 ◦ green 150 ◦ blue 238

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

Shades of Biloba Flower #A696EE

Tints of Biloba Flower #A696EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 29.96%
G = 27.08%
B = 42.96%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A696EE (or 0xA696EE) is known color: Biloba Flower. HEX triplet: A6, 96 and EE. RGB value is (166,150,238). Sum of RGB (Red+Green+Blue) = 166+150+238=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A696EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696EE is #596911. Grayscale: #A4A4A4. Windows color (decimal): -5859602 or 15636134. OLE color: 15636134.

HSL color Cylindrical-coordinate representation of color #A696EE: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A696EE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 150 238 -
CMYK 0.30 0.37 0 0.07
HSL 250.91º 0.72% 0.76% -
HSV(B) 250.91º 0.37% 0.93% -
XYZ 42.06 36.09 85.64 -
YUV 164.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 166 150 238 0.30 0.37 0 0.07 250.91 0.72 0.76
Hex A6 96 EE 1E 25 0 7 FB 48 4C
Octal 246 226 356 36 45 0 7 373 110 114
Binary 10100110 10010110 11101110 11110 100101 0 111 11111011 1001000 1001100

Color Harmonies of #A696EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696EE

Black with #A696EE

Text Example


Text Example

White with #A696EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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