Html Css Color HEX #A27EEF Medium Purple

📋 copy color: '#A27EEF'

red 162 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #A27EEF

Tints of Medium Purple #A27EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 30.74%
G = 23.91%
B = 45.35%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A27EEF (or 0xA27EEF) is known color: Medium Purple. HEX triplet: A2, 7E and EF. RGB value is (162,126,239). Sum of RGB (Red+Green+Blue) = 162+126+239=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #A27EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EEF is #5D8110. Grayscale: #959595. Windows color (decimal): -6127889 or 15695522. OLE color: 15695522.

HSL color Cylindrical-coordinate representation of color #A27EEF: hue angle of 259.12º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27EEF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 126 239 -
CMYK 0.32 0.47 0 0.06
HSL 259.12º 0.78% 0.72% -
HSV(B) 259.12º 0.47% 0.94% -
XYZ 37.94 28.84 85.23 -
YUV 149.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 162 126 239 0.32 0.47 0 0.06 259.12 0.78 0.72
Hex A2 7E EF 20 2F 0 6 103 4E 48
Octal 242 176 357 40 57 0 6 403 116 110
Binary 10100010 1111110 11101111 100000 101111 0 110 100000011 1001110 1001000

Color Harmonies of #A27EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EEF

Black with #A27EEF

Text Example


Text Example

White with #A27EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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