Html Css Color HEX #A27AF5 Medium Purple

📋 copy color: '#A27AF5'

red 162 ◦ green 122 ◦ blue 245

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

Shades of Medium Purple #A27AF5

Tints of Medium Purple #A27AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

 BLUE value IS 245 (96.09% from 255) = 46.31%

R = 30.62%
G = 23.06%
B = 46.31%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A27AF5 (or 0xA27AF5) is known color: Medium Purple. HEX triplet: A2, 7A and F5. RGB value is (162,122,245). Sum of RGB (Red+Green+Blue) = 162+122+245=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #A27AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF5 is #5D850A. Grayscale: #939393. Windows color (decimal): -6128907 or 16087714. OLE color: 16087714.

HSL color Cylindrical-coordinate representation of color #A27AF5: hue angle of 259.51º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27AF5 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 122 245 -
CMYK 0.34 0.50 0 0.04
HSL 259.51º 0.86% 0.72% -
HSV(B) 259.51º 0.5% 0.96% -
XYZ 38.34 28.19 89.81 -
YUV 147.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 162 122 245 0.34 0.50 0 0.04 259.51 0.86 0.72
Hex A2 7A F5 22 32 0 4 104 56 48
Octal 242 172 365 42 62 0 4 404 126 110
Binary 10100010 1111010 11110101 100010 110010 0 100 100000100 1010110 1001000

Color Harmonies of #A27AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27AF5

Black with #A27AF5

Text Example


Text Example

White with #A27AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27AF5; }

 p { color: rgb(162,122,245); }

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

background-color css

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

 a { background-color: rgb(162,122,245); }

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

border-color css

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

 span { border-color: rgb(162,122,245); }

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