Html Css Color HEX #A27DDA Medium Purple

📋 copy color: '#A27DDA'

red 162 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A27DDA

Tints of Medium Purple #A27DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 32.08%
G = 24.75%
B = 43.17%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A27DDA (or 0xA27DDA) is known color: Medium Purple. HEX triplet: A2, 7D and DA. RGB value is (162,125,218). Sum of RGB (Red+Green+Blue) = 162+125+218=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A27DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DDA is #5D8225. Grayscale: #929292. Windows color (decimal): -6128166 or 14319010. OLE color: 14319010.

HSL color Cylindrical-coordinate representation of color #A27DDA: hue angle of 263.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27DDA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 125 218 -
CMYK 0.26 0.43 0 0.15
HSL 263.87º 0.56% 0.67% -
HSV(B) 263.87º 0.43% 0.85% -
XYZ 34.89 27.41 69.78 -
YUV 146.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 162 125 218 0.26 0.43 0 0.15 263.87 0.56 0.67
Hex A2 7D DA 1A 2B 0 F 108 38 43
Octal 242 175 332 32 53 0 17 410 70 103
Binary 10100010 1111101 11011010 11010 101011 0 1111 100001000 111000 1000011

Color Harmonies of #A27DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DDA

Black with #A27DDA

Text Example


Text Example

White with #A27DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DDA; }

 p { color: rgb(162,125,218); }

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

background-color css

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

 a { background-color: rgb(162,125,218); }

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

border-color css

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

 span { border-color: rgb(162,125,218); }

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