Html Css Color HEX #A696BA Cold Purple

📋 copy color: '#A696BA'

red 166 ◦ green 150 ◦ blue 186

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

Shades of Cold Purple #A696BA

Tints of Cold Purple #A696BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 33.07%
G = 29.88%
B = 37.05%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A696BA (or 0xA696BA) is known color: Cold Purple. HEX triplet: A6, 96 and BA. RGB value is (166,150,186). Sum of RGB (Red+Green+Blue) = 166+150+186=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #A696BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BA is #596945. Grayscale: #9E9E9E. Windows color (decimal): -5859654 or 12228262. OLE color: 12228262.

HSL color Cylindrical-coordinate representation of color #A696BA: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A696BA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 150 186 -
CMYK 0.11 0.19 0 0.27
HSL 266.67º 0.21% 0.66% -
HSV(B) 266.67º 0.19% 0.73% -
XYZ 35.5 33.46 51.04 -
YUV 158.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 166 150 186 0.11 0.19 0 0.27 266.67 0.21 0.66
Hex A6 96 BA B 13 0 1B 10B 15 42
Octal 246 226 272 13 23 0 33 413 25 102
Binary 10100110 10010110 10111010 1011 10011 0 11011 100001011 10101 1000010

Color Harmonies of #A696BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696BA

Black with #A696BA

Text Example


Text Example

White with #A696BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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