Html Css Color HEX #A083DA Medium Purple

📋 copy color: '#A083DA'

red 160 ◦ green 131 ◦ blue 218

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

Shades of Medium Purple #A083DA

Tints of Medium Purple #A083DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 31.43%
G = 25.74%
B = 42.83%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A083DA (or 0xA083DA) is known color: Medium Purple. HEX triplet: A0, 83 and DA. RGB value is (160,131,218). Sum of RGB (Red+Green+Blue) = 160+131+218=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A083DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083DA is #5F7C25. Grayscale: #959595. Windows color (decimal): -6257702 or 14320544. OLE color: 14320544.

HSL color Cylindrical-coordinate representation of color #A083DA: hue angle of 260º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A083DA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 131 218 -
CMYK 0.27 0.40 0 0.15
HSL 260º 0.54% 0.68% -
HSV(B) 260º 0.4% 0.85% -
XYZ 35.27 28.77 70.02 -
YUV 149.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 160 131 218 0.27 0.40 0 0.15 260 0.54 0.68
Hex A0 83 DA 1B 28 0 F 104 36 44
Octal 240 203 332 33 50 0 17 404 66 104
Binary 10100000 10000011 11011010 11011 101000 0 1111 100000100 110110 1000100

Color Harmonies of #A083DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083DA

Black with #A083DA

Text Example


Text Example

White with #A083DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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