Html Css Color HEX #A27DF6 Medium Purple

📋 copy color: '#A27DF6'

red 162 ◦ green 125 ◦ blue 246

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

Shades of Medium Purple #A27DF6

Tints of Medium Purple #A27DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.15%

R = 30.39%
G = 23.45%
B = 46.15%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A27DF6 (or 0xA27DF6) is known color: Medium Purple. HEX triplet: A2, 7D and F6. RGB value is (162,125,246). Sum of RGB (Red+Green+Blue) = 162+125+246=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #A27DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DF6 is #5D8209. Grayscale: #959595. Windows color (decimal): -6128138 or 16154018. OLE color: 16154018.

HSL color Cylindrical-coordinate representation of color #A27DF6: hue angle of 258.35º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27DF6 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 125 246 -
CMYK 0.34 0.49 0 0.04
HSL 258.35º 0.87% 0.73% -
HSV(B) 258.35º 0.49% 0.96% -
XYZ 38.87 29 90.74 -
YUV 149.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 162 125 246 0.34 0.49 0 0.04 258.35 0.87 0.73
Hex A2 7D F6 22 31 0 4 102 57 49
Octal 242 175 366 42 61 0 4 402 127 111
Binary 10100010 1111101 11110110 100010 110001 0 100 100000010 1010111 1001001

Color Harmonies of #A27DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DF6

Black with #A27DF6

Text Example


Text Example

White with #A27DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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