Html Css Color HEX #A370F8 Medium Purple

📋 copy color: '#A370F8'

red 163 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #A370F8

Tints of Medium Purple #A370F8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.41%

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

R = 31.17%
G = 21.41%
B = 47.42%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A370F8 (or 0xA370F8) is known color: Medium Purple. HEX triplet: A3, 70 and F8. RGB value is (163,112,248). Sum of RGB (Red+Green+Blue) = 163+112+248=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #A370F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370F8 is #5C8F07. Grayscale: #8E8E8E. Windows color (decimal): -6065928 or 16281763. OLE color: 16281763.

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

Color convert

RGB 163 112 248 -
CMYK 0.34 0.55 0 0.03
HSL 262.5º 0.91% 0.71% -
HSV(B) 262.5º 0.55% 0.97% -
XYZ 37.84 26.15 91.86 -
YUV 142.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 163 112 248 0.34 0.55 0 0.03 262.5 0.91 0.71
Hex A3 70 F8 22 37 0 3 106 5B 47
Octal 243 160 370 42 67 0 3 406 133 107
Binary 10100011 1110000 11111000 100010 110111 0 11 100000110 1011011 1000111

Color Harmonies of #A370F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370F8

Black with #A370F8

Text Example


Text Example

White with #A370F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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