Html Css Color HEX #A183D3 Cold Purple

📋 copy color: '#A183D3'

red 161 ◦ green 131 ◦ blue 211

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

Shades of Cold Purple #A183D3

Tints of Cold Purple #A183D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 32.01%
G = 26.04%
B = 41.95%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A183D3 (or 0xA183D3) is known color: Cold Purple. HEX triplet: A1, 83 and D3. RGB value is (161,131,211). Sum of RGB (Red+Green+Blue) = 161+131+211=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #A183D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183D3 is #5E7C2C. Grayscale: #949494. Windows color (decimal): -6192173 or 13861793. OLE color: 13861793.

HSL color Cylindrical-coordinate representation of color #A183D3: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A183D3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 131 211 -
CMYK 0.24 0.38 0 0.17
HSL 262.5º 0.48% 0.67% -
HSV(B) 262.5º 0.38% 0.83% -
XYZ 34.57 28.51 65.31 -
YUV 149.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 161 131 211 0.24 0.38 0 0.17 262.5 0.48 0.67
Hex A1 83 D3 18 26 0 11 106 30 43
Octal 241 203 323 30 46 0 21 406 60 103
Binary 10100001 10000011 11010011 11000 100110 0 10001 100000110 110000 1000011

Color Harmonies of #A183D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183D3

Black with #A183D3

Text Example


Text Example

White with #A183D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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