Html Css Color HEX #A875DD Medium Purple

📋 copy color: '#A875DD'

red 168 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #A875DD

Tints of Medium Purple #A875DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 33.2%
G = 23.12%
B = 43.68%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A875DD (or 0xA875DD) is known color: Medium Purple. HEX triplet: A8, 75 and DD. RGB value is (168,117,221). Sum of RGB (Red+Green+Blue) = 168+117+221=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A875DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875DD is #578A22. Grayscale: #8F8F8F. Windows color (decimal): -5736995 or 14513576. OLE color: 14513576.

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

Color convert

RGB 168 117 221 -
CMYK 0.24 0.47 0 0.13
HSL 269.42º 0.6% 0.66% -
HSV(B) 269.42º 0.47% 0.87% -
XYZ 35.56 26.27 71.6 -
YUV 144.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 168 117 221 0.24 0.47 0 0.13 269.42 0.6 0.66
Hex A8 75 DD 18 2F 0 D 10D 3C 42
Octal 250 165 335 30 57 0 15 415 74 102
Binary 10101000 1110101 11011101 11000 101111 0 1101 100001101 111100 1000010

Color Harmonies of #A875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875DD

Black with #A875DD

Text Example


Text Example

White with #A875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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