Html Css Color HEX #A492C3 Cold Purple

📋 copy color: '#A492C3'

red 164 ◦ green 146 ◦ blue 195

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

Shades of Cold Purple #A492C3

Tints of Cold Purple #A492C3

RGB

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

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

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

R = 32.48%
G = 28.91%
B = 38.61%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A492C3 (or 0xA492C3) is known color: Cold Purple. HEX triplet: A4, 92 and C3. RGB value is (164,146,195). Sum of RGB (Red+Green+Blue) = 164+146+195=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #A492C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492C3 is #5B6D3C. Grayscale: #9C9C9C. Windows color (decimal): -5991741 or 12817060. OLE color: 12817060.

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

Color convert

RGB 164 146 195 -
CMYK 0.16 0.25 0 0.24
HSL 262.04º 0.29% 0.67% -
HSV(B) 262.04º 0.25% 0.76% -
XYZ 35.44 32.39 56.01 -
YUV 156.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 164 146 195 0.16 0.25 0 0.24 262.04 0.29 0.67
Hex A4 92 C3 10 19 0 18 106 1D 43
Octal 244 222 303 20 31 0 30 406 35 103
Binary 10100100 10010010 11000011 10000 11001 0 11000 100000110 11101 1000011

Color Harmonies of #A492C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492C3

Black with #A492C3

Text Example


Text Example

White with #A492C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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