Html Css Color HEX #A27DDC Medium Purple

📋 copy color: '#A27DDC'

red 162 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #A27DDC

Tints of Medium Purple #A27DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 31.95%
G = 24.65%
B = 43.39%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A27DDC (or 0xA27DDC) is known color: Medium Purple. HEX triplet: A2, 7D and DC. RGB value is (162,125,220). Sum of RGB (Red+Green+Blue) = 162+125+220=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A27DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DDC is #5D8223. Grayscale: #929292. Windows color (decimal): -6128164 or 14450082. OLE color: 14450082.

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

Color convert

RGB 162 125 220 -
CMYK 0.26 0.43 0 0.14
HSL 263.37º 0.58% 0.68% -
HSV(B) 263.37º 0.43% 0.86% -
XYZ 35.15 27.52 71.17 -
YUV 146.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 162 125 220 0.26 0.43 0 0.14 263.37 0.58 0.68
Hex A2 7D DC 1A 2B 0 E 107 3A 44
Octal 242 175 334 32 53 0 16 407 72 104
Binary 10100010 1111101 11011100 11010 101011 0 1110 100000111 111010 1000100

Color Harmonies of #A27DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DDC

Black with #A27DDC

Text Example


Text Example

White with #A27DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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