Html Css Color HEX #A181CC Cold Purple

📋 copy color: '#A181CC'

red 161 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #A181CC

Tints of Cold Purple #A181CC

RGB

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

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

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

R = 32.59%
G = 26.11%
B = 41.3%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A181CC (or 0xA181CC) is known color: Cold Purple. HEX triplet: A1, 81 and CC. RGB value is (161,129,204). Sum of RGB (Red+Green+Blue) = 161+129+204=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A181CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181CC is #5E7E33. Grayscale: #929292. Windows color (decimal): -6192692 or 13402529. OLE color: 13402529.

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

Color convert

RGB 161 129 204 -
CMYK 0.21 0.37 0 0.2
HSL 265.6º 0.42% 0.65% -
HSV(B) 265.6º 0.37% 0.8% -
XYZ 33.45 27.64 60.7 -
YUV 147.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 161 129 204 0.21 0.37 0 0.2 265.6 0.42 0.65
Hex A1 81 CC 15 25 0 14 10A 2A 41
Octal 241 201 314 25 45 0 24 412 52 101
Binary 10100001 10000001 11001100 10101 100101 0 10100 100001010 101010 1000001

Color Harmonies of #A181CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181CC

Black with #A181CC

Text Example


Text Example

White with #A181CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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