Html Css Color HEX #A875EC Medium Purple

📋 copy color: '#A875EC'

red 168 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A875EC

Tints of Medium Purple #A875EC

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

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

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

R = 32.25%
G = 22.46%
B = 45.3%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A875EC (or 0xA875EC) is known color: Medium Purple. HEX triplet: A8, 75 and EC. RGB value is (168,117,236). Sum of RGB (Red+Green+Blue) = 168+117+236=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A875EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875EC is #578A13. Grayscale: #919191. Windows color (decimal): -5736980 or 15496616. OLE color: 15496616.

HSL color Cylindrical-coordinate representation of color #A875EC: hue angle of 265.71º 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 #A875EC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 117 236 -
CMYK 0.29 0.50 0 0.07
HSL 265.71º 0.76% 0.69% -
HSV(B) 265.71º 0.5% 0.93% -
XYZ 37.65 27.1 82.6 -
YUV 145.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 168 117 236 0.29 0.50 0 0.07 265.71 0.76 0.69
Hex A8 75 EC 1D 32 0 7 10A 4C 45
Octal 250 165 354 35 62 0 7 412 114 105
Binary 10101000 1110101 11101100 11101 110010 0 111 100001010 1001100 1000101

Color Harmonies of #A875EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875EC

Black with #A875EC

Text Example


Text Example

White with #A875EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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