Html Css Color HEX #A375E8 Medium Purple

📋 copy color: '#A375E8'

red 163 ◦ green 117 ◦ blue 232

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

Shades of Medium Purple #A375E8

Tints of Medium Purple #A375E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.31%

R = 31.84%
G = 22.85%
B = 45.31%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A375E8 (or 0xA375E8) is known color: Medium Purple. HEX triplet: A3, 75 and E8. RGB value is (163,117,232). Sum of RGB (Red+Green+Blue) = 163+117+232=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #A375E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375E8 is #5C8A17. Grayscale: #8F8F8F. Windows color (decimal): -6064664 or 15234467. OLE color: 15234467.

HSL color Cylindrical-coordinate representation of color #A375E8: hue angle of 264º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A375E8 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 117 232 -
CMYK 0.30 0.50 0 0.09
HSL 264º 0.71% 0.68% -
HSV(B) 264º 0.5% 0.91% -
XYZ 36.03 26.34 79.53 -
YUV 143.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 163 117 232 0.30 0.50 0 0.09 264 0.71 0.68
Hex A3 75 E8 1E 32 0 9 108 47 44
Octal 243 165 350 36 62 0 11 410 107 104
Binary 10100011 1110101 11101000 11110 110010 0 1001 100001000 1000111 1000100

Color Harmonies of #A375E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375E8

Black with #A375E8

Text Example


Text Example

White with #A375E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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