Html Css Color HEX #A380EB Medium Purple

📋 copy color: '#A380EB'

red 163 ◦ green 128 ◦ blue 235

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

Shades of Medium Purple #A380EB

Tints of Medium Purple #A380EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 30.99%
G = 24.33%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A380EB (or 0xA380EB) is known color: Medium Purple. HEX triplet: A3, 80 and EB. RGB value is (163,128,235). Sum of RGB (Red+Green+Blue) = 163+128+235=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A380EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380EB is #5C7F14. Grayscale: #969696. Windows color (decimal): -6061845 or 15433891. OLE color: 15433891.

HSL color Cylindrical-coordinate representation of color #A380EB: hue angle of 259.63º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A380EB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 128 235 -
CMYK 0.31 0.46 0 0.08
HSL 259.63º 0.73% 0.71% -
HSV(B) 259.63º 0.46% 0.92% -
XYZ 37.82 29.22 82.24 -
YUV 150.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 163 128 235 0.31 0.46 0 0.08 259.63 0.73 0.71
Hex A3 80 EB 1F 2E 0 8 104 49 47
Octal 243 200 353 37 56 0 10 404 111 107
Binary 10100011 10000000 11101011 11111 101110 0 1000 100000100 1001001 1000111

Color Harmonies of #A380EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380EB

Black with #A380EB

Text Example


Text Example

White with #A380EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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