Html Css Color HEX #A27ADD Medium Purple

📋 copy color: '#A27ADD'

red 162 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #A27ADD

Tints of Medium Purple #A27ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

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

R = 32.08%
G = 24.16%
B = 43.76%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A27ADD (or 0xA27ADD) is known color: Medium Purple. HEX triplet: A2, 7A and DD. RGB value is (162,122,221). Sum of RGB (Red+Green+Blue) = 162+122+221=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ADD is #5D8522. Grayscale: #909090. Windows color (decimal): -6128931 or 14514850. OLE color: 14514850.

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

Color convert

RGB 162 122 221 -
CMYK 0.27 0.45 0 0.13
HSL 264.24º 0.59% 0.67% -
HSV(B) 264.24º 0.45% 0.87% -
XYZ 34.91 26.82 71.74 -
YUV 145.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 162 122 221 0.27 0.45 0 0.13 264.24 0.59 0.67
Hex A2 7A DD 1B 2D 0 D 108 3B 43
Octal 242 172 335 33 55 0 15 410 73 103
Binary 10100010 1111010 11011101 11011 101101 0 1101 100001000 111011 1000011

Color Harmonies of #A27ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ADD

Black with #A27ADD

Text Example


Text Example

White with #A27ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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