Html Css Color HEX #A696BC Cold Purple

📋 copy color: '#A696BC'

red 166 ◦ green 150 ◦ blue 188

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

Shades of Cold Purple #A696BC

Tints of Cold Purple #A696BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 32.94%
G = 29.76%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A696BC (or 0xA696BC) is known color: Cold Purple. HEX triplet: A6, 96 and BC. RGB value is (166,150,188). Sum of RGB (Red+Green+Blue) = 166+150+188=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A696BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BC is #596943. Grayscale: #9E9E9E. Windows color (decimal): -5859652 or 12359334. OLE color: 12359334.

HSL color Cylindrical-coordinate representation of color #A696BC: hue angle of 265.26º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A696BC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 150 188 -
CMYK 0.12 0.20 0 0.26
HSL 265.26º 0.22% 0.66% -
HSV(B) 265.26º 0.2% 0.74% -
XYZ 35.71 33.55 52.17 -
YUV 159.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 166 150 188 0.12 0.20 0 0.26 265.26 0.22 0.66
Hex A6 96 BC C 14 0 1A 109 16 42
Octal 246 226 274 14 24 0 32 411 26 102
Binary 10100110 10010110 10111100 1100 10100 0 11010 100001001 10110 1000010

Color Harmonies of #A696BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696BC

Black with #A696BC

Text Example


Text Example

White with #A696BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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