Html Css Color HEX #A27ADB Medium Purple

📋 copy color: '#A27ADB'

red 162 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #A27ADB

Tints of Medium Purple #A27ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 32.21%
G = 24.25%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A27ADB (or 0xA27ADB) is known color: Medium Purple. HEX triplet: A2, 7A and DB. RGB value is (162,122,219). Sum of RGB (Red+Green+Blue) = 162+122+219=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A27ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ADB is #5D8524. Grayscale: #909090. Windows color (decimal): -6128933 or 14383778. OLE color: 14383778.

HSL color Cylindrical-coordinate representation of color #A27ADB: hue angle of 264.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27ADB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 122 219 -
CMYK 0.26 0.44 0 0.14
HSL 264.74º 0.57% 0.67% -
HSV(B) 264.74º 0.44% 0.86% -
XYZ 34.65 26.71 70.35 -
YUV 145.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 162 122 219 0.26 0.44 0 0.14 264.74 0.57 0.67
Hex A2 7A DB 1A 2C 0 E 109 39 43
Octal 242 172 333 32 54 0 16 411 71 103
Binary 10100010 1111010 11011011 11010 101100 0 1110 100001001 111001 1000011

Color Harmonies of #A27ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ADB

Black with #A27ADB

Text Example


Text Example

White with #A27ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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