Html Css Color HEX #A183CE Cold Purple

📋 copy color: '#A183CE'

red 161 ◦ green 131 ◦ blue 206

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

Shades of Cold Purple #A183CE

Tints of Cold Purple #A183CE

RGB

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

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

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

R = 32.33%
G = 26.31%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A183CE (or 0xA183CE) is known color: Cold Purple. HEX triplet: A1, 83 and CE. RGB value is (161,131,206). Sum of RGB (Red+Green+Blue) = 161+131+206=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A183CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CE is #5E7C31. Grayscale: #949494. Windows color (decimal): -6192178 or 13534113. OLE color: 13534113.

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

Color convert

RGB 161 131 206 -
CMYK 0.22 0.36 0 0.19
HSL 264º 0.43% 0.66% -
HSV(B) 264º 0.36% 0.81% -
XYZ 33.95 28.27 62.06 -
YUV 148.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 161 131 206 0.22 0.36 0 0.19 264 0.43 0.66
Hex A1 83 CE 16 24 0 13 108 2B 42
Octal 241 203 316 26 44 0 23 410 53 102
Binary 10100001 10000011 11001110 10110 100100 0 10011 100001000 101011 1000010

Color Harmonies of #A183CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183CE

Black with #A183CE

Text Example


Text Example

White with #A183CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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