Html Css Color HEX #A696BB Cold Purple

📋 copy color: '#A696BB'

red 166 ◦ green 150 ◦ blue 187

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

Shades of Cold Purple #A696BB

Tints of Cold Purple #A696BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 33%
G = 29.82%
B = 37.18%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A696BB (or 0xA696BB) is known color: Cold Purple. HEX triplet: A6, 96 and BB. RGB value is (166,150,187). Sum of RGB (Red+Green+Blue) = 166+150+187=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #A696BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BB is #596944. Grayscale: #9E9E9E. Windows color (decimal): -5859653 or 12293798. OLE color: 12293798.

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

Color convert

RGB 166 150 187 -
CMYK 0.11 0.20 0 0.27
HSL 265.95º 0.21% 0.66% -
HSV(B) 265.95º 0.2% 0.73% -
XYZ 35.6 33.51 51.6 -
YUV 159 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 166 150 187 0.11 0.20 0 0.27 265.95 0.21 0.66
Hex A6 96 BB B 14 0 1B 10A 15 42
Octal 246 226 273 13 24 0 33 412 25 102
Binary 10100110 10010110 10111011 1011 10100 0 11011 100001010 10101 1000010

Color Harmonies of #A696BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696BB

Black with #A696BB

Text Example


Text Example

White with #A696BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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