Html Css Color HEX #A375EC Medium Purple

📋 copy color: '#A375EC'

red 163 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A375EC

Tints of Medium Purple #A375EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 31.59%
G = 22.67%
B = 45.74%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A375EC (or 0xA375EC) is known color: Medium Purple. HEX triplet: A3, 75 and EC. RGB value is (163,117,236). Sum of RGB (Red+Green+Blue) = 163+117+236=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A375EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375EC is #5C8A13. Grayscale: #8F8F8F. Windows color (decimal): -6064660 or 15496611. OLE color: 15496611.

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

Color convert

RGB 163 117 236 -
CMYK 0.31 0.50 0 0.07
HSL 263.19º 0.76% 0.69% -
HSV(B) 263.19º 0.5% 0.93% -
XYZ 36.61 26.57 82.56 -
YUV 144.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 163 117 236 0.31 0.50 0 0.07 263.19 0.76 0.69
Hex A3 75 EC 1F 32 0 7 107 4C 45
Octal 243 165 354 37 62 0 7 407 114 105
Binary 10100011 1110101 11101100 11111 110010 0 111 100000111 1001100 1000101

Color Harmonies of #A375EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375EC

Black with #A375EC

Text Example


Text Example

White with #A375EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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