Html Css Color HEX #A496C0 Cold Purple

📋 copy color: '#A496C0'

red 164 ◦ green 150 ◦ blue 192

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

Shades of Cold Purple #A496C0

Tints of Cold Purple #A496C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 32.41%
G = 29.64%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A496C0 (or 0xA496C0) is known color: Cold Purple. HEX triplet: A4, 96 and C0. RGB value is (164,150,192). Sum of RGB (Red+Green+Blue) = 164+150+192=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #A496C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496C0 is #5B693F. Grayscale: #9E9E9E. Windows color (decimal): -5990720 or 12621476. OLE color: 12621476.

HSL color Cylindrical-coordinate representation of color #A496C0: hue angle of 260º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A496C0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 150 192 -
CMYK 0.15 0.22 0 0.25
HSL 260º 0.25% 0.67% -
HSV(B) 260º 0.22% 0.75% -
XYZ 35.73 33.51 54.45 -
YUV 158.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 164 150 192 0.15 0.22 0 0.25 260 0.25 0.67
Hex A4 96 C0 F 16 0 19 104 19 43
Octal 244 226 300 17 26 0 31 404 31 103
Binary 10100100 10010110 11000000 1111 10110 0 11001 100000100 11001 1000011

Color Harmonies of #A496C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496C0

Black with #A496C0

Text Example


Text Example

White with #A496C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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