Html Css Color HEX #A381EB Medium Purple

📋 copy color: '#A381EB'

red 163 ◦ green 129 ◦ blue 235

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

Shades of Medium Purple #A381EB

Tints of Medium Purple #A381EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.48%

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

R = 30.93%
G = 24.48%
B = 44.59%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A381EB (or 0xA381EB) is known color: Medium Purple. HEX triplet: A3, 81 and EB. RGB value is (163,129,235). Sum of RGB (Red+Green+Blue) = 163+129+235=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #A381EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381EB is #5C7E14. Grayscale: #969696. Windows color (decimal): -6061589 or 15434147. OLE color: 15434147.

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

Color convert

RGB 163 129 235 -
CMYK 0.31 0.45 0 0.08
HSL 259.25º 0.73% 0.71% -
HSV(B) 259.25º 0.45% 0.92% -
XYZ 37.95 29.49 82.29 -
YUV 151.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 163 129 235 0.31 0.45 0 0.08 259.25 0.73 0.71
Hex A3 81 EB 1F 2D 0 8 103 49 47
Octal 243 201 353 37 55 0 10 403 111 107
Binary 10100011 10000001 11101011 11111 101101 0 1000 100000011 1001001 1000111

Color Harmonies of #A381EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381EB

Black with #A381EB

Text Example


Text Example

White with #A381EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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