Html Css Color HEX #A183BE Cold Purple

📋 copy color: '#A183BE'

red 161 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #A183BE

Tints of Cold Purple #A183BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 33.4%
G = 27.18%
B = 39.42%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A183BE (or 0xA183BE) is known color: Cold Purple. HEX triplet: A1, 83 and BE. RGB value is (161,131,190). Sum of RGB (Red+Green+Blue) = 161+131+190=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #A183BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183BE is #5E7C41. Grayscale: #929292. Windows color (decimal): -6192194 or 12485537. OLE color: 12485537.

HSL color Cylindrical-coordinate representation of color #A183BE: hue angle of 270.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A183BE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 131 190 -
CMYK 0.15 0.31 0 0.25
HSL 270.51º 0.31% 0.63% -
HSV(B) 270.51º 0.31% 0.75% -
XYZ 32.11 27.53 52.34 -
YUV 146.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 161 131 190 0.15 0.31 0 0.25 270.51 0.31 0.63
Hex A1 83 BE F 1F 0 19 10F 1F 3F
Octal 241 203 276 17 37 0 31 417 37 77
Binary 10100001 10000011 10111110 1111 11111 0 11001 100001111 11111 111111

Color Harmonies of #A183BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183BE

Black with #A183BE

Text Example


Text Example

White with #A183BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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