Html Css Color HEX #A27CED Medium Purple

📋 copy color: '#A27CED'

red 162 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #A27CED

Tints of Medium Purple #A27CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 30.98%
G = 23.71%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A27CED (or 0xA27CED) is known color: Medium Purple. HEX triplet: A2, 7C and ED. RGB value is (162,124,237). Sum of RGB (Red+Green+Blue) = 162+124+237=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CED is #5D8312. Grayscale: #939393. Windows color (decimal): -6128403 or 15563938. OLE color: 15563938.

HSL color Cylindrical-coordinate representation of color #A27CED: hue angle of 260.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27CED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 124 237 -
CMYK 0.32 0.48 0 0.07
HSL 260.18º 0.76% 0.71% -
HSV(B) 260.18º 0.48% 0.93% -
XYZ 37.39 28.21 83.6 -
YUV 148.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 162 124 237 0.32 0.48 0 0.07 260.18 0.76 0.71
Hex A2 7C ED 20 30 0 7 104 4C 47
Octal 242 174 355 40 60 0 7 404 114 107
Binary 10100010 1111100 11101101 100000 110000 0 111 100000100 1001100 1000111

Color Harmonies of #A27CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CED

Black with #A27CED

Text Example


Text Example

White with #A27CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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