Html Css Color HEX #A696DD Biloba Flower

📋 copy color: '#A696DD'

red 166 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #A696DD

Tints of Biloba Flower #A696DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 30.91%
G = 27.93%
B = 41.15%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A696DD (or 0xA696DD) is known color: Biloba Flower. HEX triplet: A6, 96 and DD. RGB value is (166,150,221). Sum of RGB (Red+Green+Blue) = 166+150+221=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A696DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696DD is #596922. Grayscale: #A2A2A2. Windows color (decimal): -5859619 or 14522022. OLE color: 14522022.

HSL color Cylindrical-coordinate representation of color #A696DD: hue angle of 253.52º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A696DD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 150 221 -
CMYK 0.25 0.32 0 0.13
HSL 253.52º 0.51% 0.73% -
HSV(B) 253.52º 0.32% 0.87% -
XYZ 39.68 35.14 73.1 -
YUV 162.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 166 150 221 0.25 0.32 0 0.13 253.52 0.51 0.73
Hex A6 96 DD 19 20 0 D FE 33 49
Octal 246 226 335 31 40 0 15 376 63 111
Binary 10100110 10010110 11011101 11001 100000 0 1101 11111110 110011 1001001

Color Harmonies of #A696DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696DD

Black with #A696DD

Text Example


Text Example

White with #A696DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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