Html Css Color HEX #A383DA Medium Purple

📋 copy color: '#A383DA'

red 163 ◦ green 131 ◦ blue 218

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

Shades of Medium Purple #A383DA

Tints of Medium Purple #A383DA

RGB

 RED value IS 163 (64.06% from 255) = 31.84%

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

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

R = 31.84%
G = 25.59%
B = 42.58%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A383DA (or 0xA383DA) is known color: Medium Purple. HEX triplet: A3, 83 and DA. RGB value is (163,131,218). Sum of RGB (Red+Green+Blue) = 163+131+218=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A383DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383DA is #5C7C25. Grayscale: #969696. Windows color (decimal): -6061094 or 14320547. OLE color: 14320547.

HSL color Cylindrical-coordinate representation of color #A383DA: hue angle of 262.07º 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 #A383DA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 131 218 -
CMYK 0.25 0.40 0 0.15
HSL 262.07º 0.54% 0.68% -
HSV(B) 262.07º 0.4% 0.85% -
XYZ 35.88 29.08 70.05 -
YUV 150.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 163 131 218 0.25 0.40 0 0.15 262.07 0.54 0.68
Hex A3 83 DA 19 28 0 F 106 36 44
Octal 243 203 332 31 50 0 17 406 66 104
Binary 10100011 10000011 11011010 11001 101000 0 1111 100000110 110110 1000100

Color Harmonies of #A383DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383DA

Black with #A383DA

Text Example


Text Example

White with #A383DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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