Html Css Color HEX #A182C0 Cold Purple

📋 copy color: '#A182C0'

red 161 ◦ green 130 ◦ blue 192

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

Shades of Cold Purple #A182C0

Tints of Cold Purple #A182C0

RGB

 RED value IS 161 (63.28% from 255) = 33.33%

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 33.33%
G = 26.92%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A182C0 (or 0xA182C0) is known color: Cold Purple. HEX triplet: A1, 82 and C0. RGB value is (161,130,192). Sum of RGB (Red+Green+Blue) = 161+130+192=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #A182C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182C0 is #5E7D3F. Grayscale: #929292. Windows color (decimal): -6192448 or 12616353. OLE color: 12616353.

HSL color Cylindrical-coordinate representation of color #A182C0: hue angle of 270º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A182C0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 130 192 -
CMYK 0.16 0.32 0 0.25
HSL 270º 0.33% 0.63% -
HSV(B) 270º 0.32% 0.75% -
XYZ 32.2 27.35 53.45 -
YUV 146.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 161 130 192 0.16 0.32 0 0.25 270 0.33 0.63
Hex A1 82 C0 10 20 0 19 10E 21 3F
Octal 241 202 300 20 40 0 31 416 41 77
Binary 10100001 10000010 11000000 10000 100000 0 11001 100001110 100001 111111

Color Harmonies of #A182C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182C0

Black with #A182C0

Text Example


Text Example

White with #A182C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182C0; }

 p { color: rgb(161,130,192); }

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

background-color css

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

 a { background-color: rgb(161,130,192); }

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

border-color css

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

 span { border-color: rgb(161,130,192); }

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