Html Css Color HEX #A875DC Medium Purple

📋 copy color: '#A875DC'

red 168 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #A875DC

Tints of Medium Purple #A875DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 33.27%
G = 23.17%
B = 43.56%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A875DC (or 0xA875DC) is known color: Medium Purple. HEX triplet: A8, 75 and DC. RGB value is (168,117,220). Sum of RGB (Red+Green+Blue) = 168+117+220=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A875DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875DC is #578A23. Grayscale: #8F8F8F. Windows color (decimal): -5736996 or 14448040. OLE color: 14448040.

HSL color Cylindrical-coordinate representation of color #A875DC: hue angle of 269.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A875DC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 117 220 -
CMYK 0.24 0.47 0 0.14
HSL 269.71º 0.6% 0.66% -
HSV(B) 269.71º 0.47% 0.86% -
XYZ 35.43 26.21 70.9 -
YUV 143.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 168 117 220 0.24 0.47 0 0.14 269.71 0.6 0.66
Hex A8 75 DC 18 2F 0 E 10E 3C 42
Octal 250 165 334 30 57 0 16 416 74 102
Binary 10101000 1110101 11011100 11000 101111 0 1110 100001110 111100 1000010

Color Harmonies of #A875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875DC

Black with #A875DC

Text Example


Text Example

White with #A875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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