Html Css Color HEX #A183C9 Cold Purple

📋 copy color: '#A183C9'

red 161 ◦ green 131 ◦ blue 201

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

Shades of Cold Purple #A183C9

Tints of Cold Purple #A183C9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 32.66%
G = 26.57%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A183C9 (or 0xA183C9) is known color: Cold Purple. HEX triplet: A1, 83 and C9. RGB value is (161,131,201). Sum of RGB (Red+Green+Blue) = 161+131+201=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #A183C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183C9 is #5E7C36. Grayscale: #939393. Windows color (decimal): -6192183 or 13206433. OLE color: 13206433.

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

Color convert

RGB 161 131 201 -
CMYK 0.20 0.35 0 0.21
HSL 265.71º 0.39% 0.65% -
HSV(B) 265.71º 0.35% 0.79% -
XYZ 33.36 28.03 58.91 -
YUV 147.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 161 131 201 0.20 0.35 0 0.21 265.71 0.39 0.65
Hex A1 83 C9 14 23 0 15 10A 27 41
Octal 241 203 311 24 43 0 25 412 47 101
Binary 10100001 10000011 11001001 10100 100011 0 10101 100001010 100111 1000001

Color Harmonies of #A183C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183C9

Black with #A183C9

Text Example


Text Example

White with #A183C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183C9; }

 p { color: rgb(161,131,201); }

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

background-color css

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

 a { background-color: rgb(161,131,201); }

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

border-color css

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

 span { border-color: rgb(161,131,201); }

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