Html Css Color HEX #A181CE Cold Purple

📋 copy color: '#A181CE'

red 161 ◦ green 129 ◦ blue 206

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

Shades of Cold Purple #A181CE

Tints of Cold Purple #A181CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 32.46%
G = 26.01%
B = 41.53%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A181CE (or 0xA181CE) is known color: Cold Purple. HEX triplet: A1, 81 and CE. RGB value is (161,129,206). Sum of RGB (Red+Green+Blue) = 161+129+206=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A181CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181CE is #5E7E31. Grayscale: #939393. Windows color (decimal): -6192690 or 13533601. OLE color: 13533601.

HSL color Cylindrical-coordinate representation of color #A181CE: hue angle of 264.94º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A181CE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 129 206 -
CMYK 0.22 0.37 0 0.19
HSL 264.94º 0.44% 0.66% -
HSV(B) 264.94º 0.37% 0.81% -
XYZ 33.69 27.73 61.97 -
YUV 147.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 161 129 206 0.22 0.37 0 0.19 264.94 0.44 0.66
Hex A1 81 CE 16 25 0 13 109 2C 42
Octal 241 201 316 26 45 0 23 411 54 102
Binary 10100001 10000001 11001110 10110 100101 0 10011 100001001 101100 1000010

Color Harmonies of #A181CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181CE

Black with #A181CE

Text Example


Text Example

White with #A181CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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