Html Css Color HEX #A375ED Medium Purple

📋 copy color: '#A375ED'

red 163 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #A375ED

Tints of Medium Purple #A375ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 31.53%
G = 22.63%
B = 45.84%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A375ED (or 0xA375ED) is known color: Medium Purple. HEX triplet: A3, 75 and ED. RGB value is (163,117,237). Sum of RGB (Red+Green+Blue) = 163+117+237=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A375ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375ED is #5C8A12. Grayscale: #909090. Windows color (decimal): -6064659 or 15562147. OLE color: 15562147.

HSL color Cylindrical-coordinate representation of color #A375ED: hue angle of 263º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A375ED is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 117 237 -
CMYK 0.31 0.51 0 0.07
HSL 263º 0.77% 0.69% -
HSV(B) 263º 0.51% 0.93% -
XYZ 36.75 26.62 83.32 -
YUV 144.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 163 117 237 0.31 0.51 0 0.07 263 0.77 0.69
Hex A3 75 ED 1F 33 0 7 107 4D 45
Octal 243 165 355 37 63 0 7 407 115 105
Binary 10100011 1110101 11101101 11111 110011 0 111 100000111 1001101 1000101

Color Harmonies of #A375ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375ED

Black with #A375ED

Text Example


Text Example

White with #A375ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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