Html Css Color HEX #A27ADC Medium Purple

📋 copy color: '#A27ADC'

red 162 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #A27ADC

Tints of Medium Purple #A27ADC

RGB

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

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

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

R = 32.14%
G = 24.21%
B = 43.65%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A27ADC (or 0xA27ADC) is known color: Medium Purple. HEX triplet: A2, 7A and DC. RGB value is (162,122,220). Sum of RGB (Red+Green+Blue) = 162+122+220=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A27ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ADC is #5D8523. Grayscale: #909090. Windows color (decimal): -6128932 or 14449314. OLE color: 14449314.

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

Color convert

RGB 162 122 220 -
CMYK 0.26 0.45 0 0.14
HSL 264.49º 0.58% 0.67% -
HSV(B) 264.49º 0.45% 0.86% -
XYZ 34.78 26.77 71.04 -
YUV 145.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 162 122 220 0.26 0.45 0 0.14 264.49 0.58 0.67
Hex A2 7A DC 1A 2D 0 E 108 3A 43
Octal 242 172 334 32 55 0 16 410 72 103
Binary 10100010 1111010 11011100 11010 101101 0 1110 100001000 111010 1000011

Color Harmonies of #A27ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ADC

Black with #A27ADC

Text Example


Text Example

White with #A27ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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