Html Css Color HEX #A496C6 Cold Purple

📋 copy color: '#A496C6'

red 164 ◦ green 150 ◦ blue 198

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

Shades of Cold Purple #A496C6

Tints of Cold Purple #A496C6

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 32.03%
G = 29.3%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A496C6 (or 0xA496C6) is known color: Cold Purple. HEX triplet: A4, 96 and C6. RGB value is (164,150,198). Sum of RGB (Red+Green+Blue) = 164+150+198=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A496C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496C6 is #5B6939. Grayscale: #9F9F9F. Windows color (decimal): -5990714 or 13014692. OLE color: 13014692.

HSL color Cylindrical-coordinate representation of color #A496C6: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A496C6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 150 198 -
CMYK 0.17 0.24 0 0.22
HSL 257.5º 0.3% 0.68% -
HSV(B) 257.5º 0.24% 0.78% -
XYZ 36.41 33.78 58.03 -
YUV 159.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 164 150 198 0.17 0.24 0 0.22 257.5 0.3 0.68
Hex A4 96 C6 11 18 0 16 102 1E 44
Octal 244 226 306 21 30 0 26 402 36 104
Binary 10100100 10010110 11000110 10001 11000 0 10110 100000010 11110 1000100

Color Harmonies of #A496C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496C6

Black with #A496C6

Text Example


Text Example

White with #A496C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496C6; }

 p { color: rgb(164,150,198); }

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

background-color css

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

 a { background-color: rgb(164,150,198); }

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

border-color css

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

 span { border-color: rgb(164,150,198); }

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