Html Css Color HEX #A492BA Cold Purple

📋 copy color: '#A492BA'

red 164 ◦ green 146 ◦ blue 186

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

Shades of Cold Purple #A492BA

Tints of Cold Purple #A492BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 33.06%
G = 29.44%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A492BA (or 0xA492BA) is known color: Cold Purple. HEX triplet: A4, 92 and BA. RGB value is (164,146,186). Sum of RGB (Red+Green+Blue) = 164+146+186=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #A492BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BA is #5B6D45. Grayscale: #9B9B9B. Windows color (decimal): -5991750 or 12227236. OLE color: 12227236.

HSL color Cylindrical-coordinate representation of color #A492BA: hue angle of 267º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A492BA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 146 186 -
CMYK 0.12 0.22 0 0.27
HSL 267º 0.22% 0.65% -
HSV(B) 267º 0.22% 0.73% -
XYZ 34.45 32 50.81 -
YUV 155.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 164 146 186 0.12 0.22 0 0.27 267 0.22 0.65
Hex A4 92 BA C 16 0 1B 10B 16 41
Octal 244 222 272 14 26 0 33 413 26 101
Binary 10100100 10010010 10111010 1100 10110 0 11011 100001011 10110 1000001

Color Harmonies of #A492BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492BA

Black with #A492BA

Text Example


Text Example

White with #A492BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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