Html Css Color HEX #A492BD Cold Purple

📋 copy color: '#A492BD'

red 164 ◦ green 146 ◦ blue 189

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

Shades of Cold Purple #A492BD

Tints of Cold Purple #A492BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 32.87%
G = 29.26%
B = 37.88%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A492BD (or 0xA492BD) is known color: Cold Purple. HEX triplet: A4, 92 and BD. RGB value is (164,146,189). Sum of RGB (Red+Green+Blue) = 164+146+189=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A492BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BD is #5B6D42. Grayscale: #9C9C9C. Windows color (decimal): -5991747 or 12423844. OLE color: 12423844.

HSL color Cylindrical-coordinate representation of color #A492BD: hue angle of 265.12º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A492BD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 146 189 -
CMYK 0.13 0.23 0 0.26
HSL 265.12º 0.25% 0.66% -
HSV(B) 265.12º 0.23% 0.74% -
XYZ 34.77 32.12 52.51 -
YUV 156.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 164 146 189 0.13 0.23 0 0.26 265.12 0.25 0.66
Hex A4 92 BD D 17 0 1A 109 19 42
Octal 244 222 275 15 27 0 32 411 31 102
Binary 10100100 10010010 10111101 1101 10111 0 11010 100001001 11001 1000010

Color Harmonies of #A492BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492BD

Black with #A492BD

Text Example


Text Example

White with #A492BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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