Html Css Color HEX #A071ED Medium Purple

📋 copy color: '#A071ED'

red 160 ◦ green 113 ◦ blue 237

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

Shades of Medium Purple #A071ED

Tints of Medium Purple #A071ED

RGB

 RED value IS 160 (62.89% from 255) = 31.37%

 GREEN value IS 113 (44.53% from 255) = 22.16%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 31.37%
G = 22.16%
B = 46.47%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A071ED (or 0xA071ED) is known color: Medium Purple. HEX triplet: A0, 71 and ED. RGB value is (160,113,237). Sum of RGB (Red+Green+Blue) = 160+113+237=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A071ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071ED is #5F8E12. Grayscale: #8C8C8C. Windows color (decimal): -6262291 or 15561120. OLE color: 15561120.

HSL color Cylindrical-coordinate representation of color #A071ED: hue angle of 262.74º degrees, saturation: 0.77, 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 #A071ED is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 113 237 -
CMYK 0.32 0.52 0 0.07
HSL 262.74º 0.78% 0.69% -
HSV(B) 262.74º 0.52% 0.93% -
XYZ 35.69 25.4 83.14 -
YUV 141.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 160 113 237 0.32 0.52 0 0.07 262.74 0.78 0.69
Hex A0 71 ED 20 34 0 7 107 4E 45
Octal 240 161 355 40 64 0 7 407 116 105
Binary 10100000 1110001 11101101 100000 110100 0 111 100000111 1001110 1000101

Color Harmonies of #A071ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071ED

Black with #A071ED

Text Example


Text Example

White with #A071ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071ED; }

 p { color: rgb(160,113,237); }

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

background-color css

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

 a { background-color: rgb(160,113,237); }

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

border-color css

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

 span { border-color: rgb(160,113,237); }

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