Html Css Color HEX #A182CC Cold Purple

📋 copy color: '#A182CC'

red 161 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A182CC

Tints of Cold Purple #A182CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 32.53%
G = 26.26%
B = 41.21%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A182CC (or 0xA182CC) is known color: Cold Purple. HEX triplet: A1, 82 and CC. RGB value is (161,130,204). Sum of RGB (Red+Green+Blue) = 161+130+204=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A182CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CC is #5E7D33. Grayscale: #939393. Windows color (decimal): -6192436 or 13402785. OLE color: 13402785.

HSL color Cylindrical-coordinate representation of color #A182CC: hue angle of 265.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A182CC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 130 204 -
CMYK 0.21 0.36 0 0.2
HSL 265.14º 0.42% 0.65% -
HSV(B) 265.14º 0.36% 0.8% -
XYZ 33.58 27.9 60.74 -
YUV 147.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 161 130 204 0.21 0.36 0 0.2 265.14 0.42 0.65
Hex A1 82 CC 15 24 0 14 109 2A 41
Octal 241 202 314 25 44 0 24 411 52 101
Binary 10100001 10000010 11001100 10101 100100 0 10100 100001001 101010 1000001

Color Harmonies of #A182CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182CC

Black with #A182CC

Text Example


Text Example

White with #A182CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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