Html Css Color HEX #A375EB Medium Purple

📋 copy color: '#A375EB'

red 163 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #A375EB

Tints of Medium Purple #A375EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 31.65%
G = 22.72%
B = 45.63%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A375EB (or 0xA375EB) is known color: Medium Purple. HEX triplet: A3, 75 and EB. RGB value is (163,117,235). Sum of RGB (Red+Green+Blue) = 163+117+235=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #A375EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375EB is #5C8A14. Grayscale: #8F8F8F. Windows color (decimal): -6064661 or 15431075. OLE color: 15431075.

HSL color Cylindrical-coordinate representation of color #A375EB: hue angle of 263.39º degrees, saturation: 0.75, 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 #A375EB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 117 235 -
CMYK 0.31 0.50 0 0.08
HSL 263.39º 0.75% 0.69% -
HSV(B) 263.39º 0.5% 0.92% -
XYZ 36.46 26.51 81.79 -
YUV 144.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 163 117 235 0.31 0.50 0 0.08 263.39 0.75 0.69
Hex A3 75 EB 1F 32 0 8 107 4B 45
Octal 243 165 353 37 62 0 10 407 113 105
Binary 10100011 1110101 11101011 11111 110010 0 1000 100000111 1001011 1000101

Color Harmonies of #A375EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375EB

Black with #A375EB

Text Example


Text Example

White with #A375EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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