Html Css Color HEX #A27CDB Medium Purple

📋 copy color: '#A27CDB'

red 162 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #A27CDB

Tints of Medium Purple #A27CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.55%

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

R = 32.08%
G = 24.55%
B = 43.37%

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

#A27CDB (or 0xA27CDB) is known color: Medium Purple. HEX triplet: A2, 7C and DB. RGB value is (162,124,219). Sum of RGB (Red+Green+Blue) = 162+124+219=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A27CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CDB is #5D8324. Grayscale: #919191. Windows color (decimal): -6128421 or 14384290. OLE color: 14384290.

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

Color convert

RGB 162 124 219 -
CMYK 0.26 0.43 0 0.14
HSL 264º 0.57% 0.67% -
HSV(B) 264º 0.43% 0.86% -
XYZ 34.89 27.21 70.43 -
YUV 146.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 162 124 219 0.26 0.43 0 0.14 264 0.57 0.67
Hex A2 7C DB 1A 2B 0 E 108 39 43
Octal 242 174 333 32 53 0 16 410 71 103
Binary 10100010 1111100 11011011 11010 101011 0 1110 100001000 111001 1000011

Color Harmonies of #A27CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CDB

Black with #A27CDB

Text Example


Text Example

White with #A27CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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