Html Css Color HEX #A181C0 Cold Purple

📋 copy color: '#A181C0'

red 161 ◦ green 129 ◦ blue 192

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

Shades of Cold Purple #A181C0

Tints of Cold Purple #A181C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 33.4%
G = 26.76%
B = 39.83%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A181C0 (or 0xA181C0) is known color: Cold Purple. HEX triplet: A1, 81 and C0. RGB value is (161,129,192). Sum of RGB (Red+Green+Blue) = 161+129+192=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #A181C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181C0 is #5E7E3F. Grayscale: #919191. Windows color (decimal): -6192704 or 12616097. OLE color: 12616097.

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

Color convert

RGB 161 129 192 -
CMYK 0.16 0.33 0 0.25
HSL 270.48º 0.33% 0.63% -
HSV(B) 270.48º 0.33% 0.75% -
XYZ 32.06 27.08 53.41 -
YUV 145.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 161 129 192 0.16 0.33 0 0.25 270.48 0.33 0.63
Hex A1 81 C0 10 21 0 19 10E 21 3F
Octal 241 201 300 20 41 0 31 416 41 77
Binary 10100001 10000001 11000000 10000 100001 0 11001 100001110 100001 111111

Color Harmonies of #A181C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181C0

Black with #A181C0

Text Example


Text Example

White with #A181C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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