Html Css Color HEX #A872EE Medium Purple

📋 copy color: '#A872EE'

red 168 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #A872EE

Tints of Medium Purple #A872EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.92%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 32.31%
G = 21.92%
B = 45.77%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A872EE (or 0xA872EE) is known color: Medium Purple. HEX triplet: A8, 72 and EE. RGB value is (168,114,238). Sum of RGB (Red+Green+Blue) = 168+114+238=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #A872EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872EE is #578D11. Grayscale: #8F8F8F. Windows color (decimal): -5737746 or 15626920. OLE color: 15626920.

HSL color Cylindrical-coordinate representation of color #A872EE: hue angle of 266.13º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A872EE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 114 238 -
CMYK 0.29 0.52 0 0.07
HSL 266.13º 0.78% 0.69% -
HSV(B) 266.13º 0.52% 0.93% -
XYZ 37.6 26.53 84.03 -
YUV 144.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 168 114 238 0.29 0.52 0 0.07 266.13 0.78 0.69
Hex A8 72 EE 1D 34 0 7 10A 4E 45
Octal 250 162 356 35 64 0 7 412 116 105
Binary 10101000 1110010 11101110 11101 110100 0 111 100001010 1001110 1000101

Color Harmonies of #A872EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872EE

Black with #A872EE

Text Example


Text Example

White with #A872EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872EE; }

 p { color: rgb(168,114,238); }

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

background-color css

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

 a { background-color: rgb(168,114,238); }

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

border-color css

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

 span { border-color: rgb(168,114,238); }

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