Html Css Color HEX #A696C3 Cold Purple

📋 copy color: '#A696C3'

red 166 ◦ green 150 ◦ blue 195

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

Shades of Cold Purple #A696C3

Tints of Cold Purple #A696C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 32.49%
G = 29.35%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A696C3 (or 0xA696C3) is known color: Cold Purple. HEX triplet: A6, 96 and C3. RGB value is (166,150,195). Sum of RGB (Red+Green+Blue) = 166+150+195=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A696C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C3 is #59693C. Grayscale: #9F9F9F. Windows color (decimal): -5859645 or 12818086. OLE color: 12818086.

HSL color Cylindrical-coordinate representation of color #A696C3: hue angle of 261.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A696C3 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 150 195 -
CMYK 0.15 0.23 0 0.24
HSL 261.33º 0.27% 0.68% -
HSV(B) 261.33º 0.23% 0.76% -
XYZ 36.48 33.86 56.24 -
YUV 159.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 166 150 195 0.15 0.23 0 0.24 261.33 0.27 0.68
Hex A6 96 C3 F 17 0 18 105 1B 44
Octal 246 226 303 17 27 0 30 405 33 104
Binary 10100110 10010110 11000011 1111 10111 0 11000 100000101 11011 1000100

Color Harmonies of #A696C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696C3

Black with #A696C3

Text Example


Text Example

White with #A696C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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