Html Css Color HEX #A375EA Medium Purple

📋 copy color: '#A375EA'

red 163 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #A375EA

Tints of Medium Purple #A375EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 31.71%
G = 22.76%
B = 45.53%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A375EA (or 0xA375EA) is known color: Medium Purple. HEX triplet: A3, 75 and EA. RGB value is (163,117,234). Sum of RGB (Red+Green+Blue) = 163+117+234=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A375EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375EA is #5C8A15. Grayscale: #8F8F8F. Windows color (decimal): -6064662 or 15365539. OLE color: 15365539.

HSL color Cylindrical-coordinate representation of color #A375EA: hue angle of 263.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A375EA is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 117 234 -
CMYK 0.30 0.5 0 0.08
HSL 263.59º 0.74% 0.69% -
HSV(B) 263.59º 0.5% 0.92% -
XYZ 36.32 26.45 81.03 -
YUV 144.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 163 117 234 0.30 0.5 0 0.08 263.59 0.74 0.69
Hex A3 75 EA 1E 32 0 8 108 4A 45
Octal 243 165 352 36 62 0 10 410 112 105
Binary 10100011 1110101 11101010 11110 110010 0 1000 100001000 1001010 1000101

Color Harmonies of #A375EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375EA

Black with #A375EA

Text Example


Text Example

White with #A375EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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