Html Css Color HEX #A181CA Cold Purple

📋 copy color: '#A181CA'

red 161 ◦ green 129 ◦ blue 202

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

Shades of Cold Purple #A181CA

Tints of Cold Purple #A181CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 32.72%
G = 26.22%
B = 41.06%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A181CA (or 0xA181CA) is known color: Cold Purple. HEX triplet: A1, 81 and CA. RGB value is (161,129,202). Sum of RGB (Red+Green+Blue) = 161+129+202=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A181CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181CA is #5E7E35. Grayscale: #929292. Windows color (decimal): -6192694 or 13271457. OLE color: 13271457.

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

Color convert

RGB 161 129 202 -
CMYK 0.20 0.36 0 0.21
HSL 266.3º 0.41% 0.65% -
HSV(B) 266.3º 0.36% 0.79% -
XYZ 33.21 27.54 59.44 -
YUV 146.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 161 129 202 0.20 0.36 0 0.21 266.3 0.41 0.65
Hex A1 81 CA 14 24 0 15 10A 29 41
Octal 241 201 312 24 44 0 25 412 51 101
Binary 10100001 10000001 11001010 10100 100100 0 10101 100001010 101001 1000001

Color Harmonies of #A181CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181CA

Black with #A181CA

Text Example


Text Example

White with #A181CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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