Html Css Color HEX #A27DEA Medium Purple

📋 copy color: '#A27DEA'

red 162 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #A27DEA

Tints of Medium Purple #A27DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 31.09%
G = 23.99%
B = 44.91%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A27DEA (or 0xA27DEA) is known color: Medium Purple. HEX triplet: A2, 7D and EA. RGB value is (162,125,234). Sum of RGB (Red+Green+Blue) = 162+125+234=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A27DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DEA is #5D8215. Grayscale: #949494. Windows color (decimal): -6128150 or 15367586. OLE color: 15367586.

HSL color Cylindrical-coordinate representation of color #A27DEA: hue angle of 260.37º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27DEA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 125 234 -
CMYK 0.31 0.47 0 0.08
HSL 260.37º 0.72% 0.7% -
HSV(B) 260.37º 0.47% 0.92% -
XYZ 37.09 28.29 81.35 -
YUV 148.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 162 125 234 0.31 0.47 0 0.08 260.37 0.72 0.7
Hex A2 7D EA 1F 2F 0 8 104 48 46
Octal 242 175 352 37 57 0 10 404 110 106
Binary 10100010 1111101 11101010 11111 101111 0 1000 100000100 1001000 1000110

Color Harmonies of #A27DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DEA

Black with #A27DEA

Text Example


Text Example

White with #A27DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DEA; }

 p { color: rgb(162,125,234); }

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

background-color css

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

 a { background-color: rgb(162,125,234); }

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

border-color css

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

 span { border-color: rgb(162,125,234); }

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