Html Css Color HEX #A380D8 Medium Purple

📋 copy color: '#A380D8'

red 163 ◦ green 128 ◦ blue 216

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

Shades of Medium Purple #A380D8

Tints of Medium Purple #A380D8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 32.15%
G = 25.25%
B = 42.6%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A380D8 (or 0xA380D8) is known color: Medium Purple. HEX triplet: A3, 80 and D8. RGB value is (163,128,216). Sum of RGB (Red+Green+Blue) = 163+128+216=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #A380D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380D8 is #5C7F27. Grayscale: #949494. Windows color (decimal): -6061864 or 14188707. OLE color: 14188707.

HSL color Cylindrical-coordinate representation of color #A380D8: hue angle of 263.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A380D8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 128 216 -
CMYK 0.25 0.41 0 0.15
HSL 263.86º 0.53% 0.67% -
HSV(B) 263.86º 0.41% 0.85% -
XYZ 35.22 28.18 68.55 -
YUV 148.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 163 128 216 0.25 0.41 0 0.15 263.86 0.53 0.67
Hex A3 80 D8 19 29 0 F 108 35 43
Octal 243 200 330 31 51 0 17 410 65 103
Binary 10100011 10000000 11011000 11001 101001 0 1111 100001000 110101 1000011

Color Harmonies of #A380D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380D8

Black with #A380D8

Text Example


Text Example

White with #A380D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380D8; }

 p { color: rgb(163,128,216); }

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

background-color css

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

 a { background-color: rgb(163,128,216); }

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

border-color css

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

 span { border-color: rgb(163,128,216); }

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