Html Css Color HEX #A696C1 Cold Purple

📋 copy color: '#A696C1'

red 166 ◦ green 150 ◦ blue 193

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

Shades of Cold Purple #A696C1

Tints of Cold Purple #A696C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 32.61%
G = 29.47%
B = 37.92%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A696C1 (or 0xA696C1) is known color: Cold Purple. HEX triplet: A6, 96 and C1. RGB value is (166,150,193). Sum of RGB (Red+Green+Blue) = 166+150+193=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A696C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C1 is #59693E. Grayscale: #9F9F9F. Windows color (decimal): -5859647 or 12687014. OLE color: 12687014.

HSL color Cylindrical-coordinate representation of color #A696C1: hue angle of 262.33º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A696C1 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 150 193 -
CMYK 0.14 0.22 0 0.24
HSL 262.33º 0.26% 0.67% -
HSV(B) 262.33º 0.22% 0.76% -
XYZ 36.26 33.77 55.06 -
YUV 159.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 166 150 193 0.14 0.22 0 0.24 262.33 0.26 0.67
Hex A6 96 C1 E 16 0 18 106 1A 43
Octal 246 226 301 16 26 0 30 406 32 103
Binary 10100110 10010110 11000001 1110 10110 0 11000 100000110 11010 1000011

Color Harmonies of #A696C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696C1

Black with #A696C1

Text Example


Text Example

White with #A696C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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