Html Css Color HEX #A492C0 Cold Purple

📋 copy color: '#A492C0'

red 164 ◦ green 146 ◦ blue 192

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

Shades of Cold Purple #A492C0

Tints of Cold Purple #A492C0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

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

R = 32.67%
G = 29.08%
B = 38.25%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A492C0 (or 0xA492C0) is known color: Cold Purple. HEX triplet: A4, 92 and C0. RGB value is (164,146,192). Sum of RGB (Red+Green+Blue) = 164+146+192=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #A492C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492C0 is #5B6D3F. Grayscale: #9C9C9C. Windows color (decimal): -5991744 or 12620452. OLE color: 12620452.

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

Color convert

RGB 164 146 192 -
CMYK 0.15 0.24 0 0.25
HSL 263.48º 0.27% 0.66% -
HSV(B) 263.48º 0.24% 0.75% -
XYZ 35.1 32.26 54.25 -
YUV 156.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 164 146 192 0.15 0.24 0 0.25 263.48 0.27 0.66
Hex A4 92 C0 F 18 0 19 107 1B 42
Octal 244 222 300 17 30 0 31 407 33 102
Binary 10100100 10010010 11000000 1111 11000 0 11001 100000111 11011 1000010

Color Harmonies of #A492C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492C0

Black with #A492C0

Text Example


Text Example

White with #A492C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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