Html Css Color HEX #A381F8 Medium Purple

📋 copy color: '#A381F8'

red 163 ◦ green 129 ◦ blue 248

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

Shades of Medium Purple #A381F8

Tints of Medium Purple #A381F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 30.19%
G = 23.89%
B = 45.93%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A381F8 (or 0xA381F8) is known color: Medium Purple. HEX triplet: A3, 81 and F8. RGB value is (163,129,248). Sum of RGB (Red+Green+Blue) = 163+129+248=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #A381F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381F8 is #5C7E07. Grayscale: #989898. Windows color (decimal): -6061576 or 16286115. OLE color: 16286115.

HSL color Cylindrical-coordinate representation of color #A381F8: hue angle of 257.14º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A381F8 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 129 248 -
CMYK 0.34 0.48 0 0.03
HSL 257.14º 0.89% 0.74% -
HSV(B) 257.14º 0.48% 0.97% -
XYZ 39.9 30.26 92.55 -
YUV 152.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 163 129 248 0.34 0.48 0 0.03 257.14 0.89 0.74
Hex A3 81 F8 22 30 0 3 101 59 4A
Octal 243 201 370 42 60 0 3 401 131 112
Binary 10100011 10000001 11111000 100010 110000 0 11 100000001 1011001 1001010

Color Harmonies of #A381F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381F8

Black with #A381F8

Text Example


Text Example

White with #A381F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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