Html Css Color HEX #A27EED Medium Purple

📋 copy color: '#A27EED'

red 162 ◦ green 126 ◦ blue 237

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

Shades of Medium Purple #A27EED

Tints of Medium Purple #A27EED

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

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

R = 30.86%
G = 24%
B = 45.14%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A27EED (or 0xA27EED) is known color: Medium Purple. HEX triplet: A2, 7E and ED. RGB value is (162,126,237). Sum of RGB (Red+Green+Blue) = 162+126+237=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EED is #5D8112. Grayscale: #959595. Windows color (decimal): -6127891 or 15564450. OLE color: 15564450.

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

Color convert

RGB 162 126 237 -
CMYK 0.32 0.47 0 0.07
HSL 259.46º 0.76% 0.71% -
HSV(B) 259.46º 0.47% 0.93% -
XYZ 37.65 28.72 83.68 -
YUV 149.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 162 126 237 0.32 0.47 0 0.07 259.46 0.76 0.71
Hex A2 7E ED 20 2F 0 7 103 4C 47
Octal 242 176 355 40 57 0 7 403 114 107
Binary 10100010 1111110 11101101 100000 101111 0 111 100000011 1001100 1000111

Color Harmonies of #A27EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EED

Black with #A27EED

Text Example


Text Example

White with #A27EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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