Html Css Color HEX #A083DB Medium Purple

📋 copy color: '#A083DB'

red 160 ◦ green 131 ◦ blue 219

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

Shades of Medium Purple #A083DB

Tints of Medium Purple #A083DB

RGB

 RED value IS 160 (62.89% from 255) = 31.37%

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 31.37%
G = 25.69%
B = 42.94%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A083DB (or 0xA083DB) is known color: Medium Purple. HEX triplet: A0, 83 and DB. RGB value is (160,131,219). Sum of RGB (Red+Green+Blue) = 160+131+219=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A083DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083DB is #5F7C24. Grayscale: #959595. Windows color (decimal): -6257701 or 14386080. OLE color: 14386080.

HSL color Cylindrical-coordinate representation of color #A083DB: hue angle of 259.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A083DB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 131 219 -
CMYK 0.27 0.40 0 0.14
HSL 259.77º 0.55% 0.69% -
HSV(B) 259.77º 0.4% 0.86% -
XYZ 35.4 28.82 70.72 -
YUV 149.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 160 131 219 0.27 0.40 0 0.14 259.77 0.55 0.69
Hex A0 83 DB 1B 28 0 E 104 37 45
Octal 240 203 333 33 50 0 16 404 67 105
Binary 10100000 10000011 11011011 11011 101000 0 1110 100000100 110111 1000101

Color Harmonies of #A083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083DB

Black with #A083DB

Text Example


Text Example

White with #A083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083DB; }

 p { color: rgb(160,131,219); }

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

background-color css

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

 a { background-color: rgb(160,131,219); }

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

border-color css

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

 span { border-color: rgb(160,131,219); }

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