Html Css Color HEX #A875DF Medium Purple

📋 copy color: '#A875DF'

red 168 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #A875DF

Tints of Medium Purple #A875DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 33.07%
G = 23.03%
B = 43.9%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A875DF (or 0xA875DF) is known color: Medium Purple. HEX triplet: A8, 75 and DF. RGB value is (168,117,223). Sum of RGB (Red+Green+Blue) = 168+117+223=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #A875DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875DF is #578A20. Grayscale: #8F8F8F. Windows color (decimal): -5736993 or 14644648. OLE color: 14644648.

HSL color Cylindrical-coordinate representation of color #A875DF: hue angle of 268.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A875DF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 117 223 -
CMYK 0.25 0.48 0 0.13
HSL 268.87º 0.62% 0.67% -
HSV(B) 268.87º 0.48% 0.87% -
XYZ 35.83 26.38 73.01 -
YUV 144.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 168 117 223 0.25 0.48 0 0.13 268.87 0.62 0.67
Hex A8 75 DF 19 30 0 D 10D 3E 43
Octal 250 165 337 31 60 0 15 415 76 103
Binary 10101000 1110101 11011111 11001 110000 0 1101 100001101 111110 1000011

Color Harmonies of #A875DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875DF

Black with #A875DF

Text Example


Text Example

White with #A875DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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