Html Css Color HEX #A181C3 Cold Purple

📋 copy color: '#A181C3'

red 161 ◦ green 129 ◦ blue 195

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

Shades of Cold Purple #A181C3

Tints of Cold Purple #A181C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 33.2%
G = 26.6%
B = 40.21%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A181C3 (or 0xA181C3) is known color: Cold Purple. HEX triplet: A1, 81 and C3. RGB value is (161,129,195). Sum of RGB (Red+Green+Blue) = 161+129+195=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #A181C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181C3 is #5E7E3C. Grayscale: #919191. Windows color (decimal): -6192701 or 12812705. OLE color: 12812705.

HSL color Cylindrical-coordinate representation of color #A181C3: hue angle of 269.09º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A181C3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 129 195 -
CMYK 0.17 0.34 0 0.24
HSL 269.09º 0.35% 0.64% -
HSV(B) 269.09º 0.34% 0.76% -
XYZ 32.4 27.22 55.18 -
YUV 146.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 161 129 195 0.17 0.34 0 0.24 269.09 0.35 0.64
Hex A1 81 C3 11 22 0 18 10D 23 40
Octal 241 201 303 21 42 0 30 415 43 100
Binary 10100001 10000001 11000011 10001 100010 0 11000 100001101 100011 1000000

Color Harmonies of #A181C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181C3

Black with #A181C3

Text Example


Text Example

White with #A181C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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