Html Css Color HEX #A27ADE Medium Purple

📋 copy color: '#A27ADE'

red 162 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #A27ADE

Tints of Medium Purple #A27ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 32.02%
G = 24.11%
B = 43.87%

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

#A27ADE (or 0xA27ADE) is known color: Medium Purple. HEX triplet: A2, 7A and DE. RGB value is (162,122,222). Sum of RGB (Red+Green+Blue) = 162+122+222=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #A27ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ADE is #5D8521. Grayscale: #919191. Windows color (decimal): -6128930 or 14580386. OLE color: 14580386.

HSL color Cylindrical-coordinate representation of color #A27ADE: hue angle of 264º degrees, saturation: 0.6, 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 #A27ADE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 122 222 -
CMYK 0.27 0.45 0 0.13
HSL 264º 0.6% 0.67% -
HSV(B) 264º 0.45% 0.87% -
XYZ 35.04 26.87 72.45 -
YUV 145.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 162 122 222 0.27 0.45 0 0.13 264 0.6 0.67
Hex A2 7A DE 1B 2D 0 D 108 3C 43
Octal 242 172 336 33 55 0 15 410 74 103
Binary 10100010 1111010 11011110 11011 101101 0 1101 100001000 111100 1000011

Color Harmonies of #A27ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ADE

Black with #A27ADE

Text Example


Text Example

White with #A27ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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