Html Css Color HEX #A383DB Medium Purple

📋 copy color: '#A383DB'

red 163 ◦ green 131 ◦ blue 219

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

Shades of Medium Purple #A383DB

Tints of Medium Purple #A383DB

RGB

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

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

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

R = 31.77%
G = 25.54%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A383DB (or 0xA383DB) is known color: Medium Purple. HEX triplet: A3, 83 and DB. RGB value is (163,131,219). Sum of RGB (Red+Green+Blue) = 163+131+219=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A383DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383DB is #5C7C24. Grayscale: #969696. Windows color (decimal): -6061093 or 14386083. OLE color: 14386083.

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

Color convert

RGB 163 131 219 -
CMYK 0.26 0.40 0 0.14
HSL 261.82º 0.55% 0.69% -
HSV(B) 261.82º 0.4% 0.86% -
XYZ 36.01 29.13 70.74 -
YUV 150.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 163 131 219 0.26 0.40 0 0.14 261.82 0.55 0.69
Hex A3 83 DB 1A 28 0 E 106 37 45
Octal 243 203 333 32 50 0 16 406 67 105
Binary 10100011 10000011 11011011 11010 101000 0 1110 100000110 110111 1000101

Color Harmonies of #A383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383DB

Black with #A383DB

Text Example


Text Example

White with #A383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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