Html Css Color HEX #A375F8 Medium Purple

📋 copy color: '#A375F8'

red 163 ◦ green 117 ◦ blue 248

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

Shades of Medium Purple #A375F8

Tints of Medium Purple #A375F8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.16%

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

R = 30.87%
G = 22.16%
B = 46.97%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A375F8 (or 0xA375F8) is known color: Medium Purple. HEX triplet: A3, 75 and F8. RGB value is (163,117,248). Sum of RGB (Red+Green+Blue) = 163+117+248=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #A375F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F8 is #5C8A07. Grayscale: #919191. Windows color (decimal): -6064648 or 16283043. OLE color: 16283043.

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

Color convert

RGB 163 117 248 -
CMYK 0.34 0.53 0 0.03
HSL 261.07º 0.9% 0.72% -
HSV(B) 261.07º 0.53% 0.97% -
XYZ 38.41 27.29 92.05 -
YUV 145.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 163 117 248 0.34 0.53 0 0.03 261.07 0.9 0.72
Hex A3 75 F8 22 35 0 3 105 5A 48
Octal 243 165 370 42 65 0 3 405 132 110
Binary 10100011 1110101 11111000 100010 110101 0 11 100000101 1011010 1001000

Color Harmonies of #A375F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375F8

Black with #A375F8

Text Example


Text Example

White with #A375F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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