Html Css Color HEX #A271DD Medium Purple

📋 copy color: '#A271DD'

red 162 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A271DD

Tints of Medium Purple #A271DD

RGB

 RED value IS 162 (63.67% from 255) = 32.66%

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

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

R = 32.66%
G = 22.78%
B = 44.56%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A271DD (or 0xA271DD) is known color: Medium Purple. HEX triplet: A2, 71 and DD. RGB value is (162,113,221). Sum of RGB (Red+Green+Blue) = 162+113+221=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A271DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271DD is #5D8E22. Grayscale: #8B8B8B. Windows color (decimal): -6131235 or 14512546. OLE color: 14512546.

HSL color Cylindrical-coordinate representation of color #A271DD: hue angle of 267.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A271DD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 113 221 -
CMYK 0.27 0.49 0 0.13
HSL 267.22º 0.61% 0.65% -
HSV(B) 267.22º 0.49% 0.87% -
XYZ 33.86 24.71 71.39 -
YUV 139.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 162 113 221 0.27 0.49 0 0.13 267.22 0.61 0.65
Hex A2 71 DD 1B 31 0 D 10B 3D 41
Octal 242 161 335 33 61 0 15 413 75 101
Binary 10100010 1110001 11011101 11011 110001 0 1101 100001011 111101 1000001

Color Harmonies of #A271DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271DD

Black with #A271DD

Text Example


Text Example

White with #A271DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271DD; }

 p { color: rgb(162,113,221); }

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

background-color css

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

 a { background-color: rgb(162,113,221); }

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

border-color css

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

 span { border-color: rgb(162,113,221); }

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