Html Css Color HEX #A27FF4 Medium Purple

📋 copy color: '#A27FF4'

red 162 ◦ green 127 ◦ blue 244

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

Shades of Medium Purple #A27FF4

Tints of Medium Purple #A27FF4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 30.39%
G = 23.83%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A27FF4 (or 0xA27FF4) is known color: Medium Purple. HEX triplet: A2, 7F and F4. RGB value is (162,127,244). Sum of RGB (Red+Green+Blue) = 162+127+244=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #A27FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FF4 is #5D800B. Grayscale: #969696. Windows color (decimal): -6127628 or 16023458. OLE color: 16023458.

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

Color convert

RGB 162 127 244 -
CMYK 0.34 0.48 0 0.04
HSL 257.95º 0.84% 0.73% -
HSV(B) 257.95º 0.48% 0.96% -
XYZ 38.82 29.39 89.22 -
YUV 150.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 162 127 244 0.34 0.48 0 0.04 257.95 0.84 0.73
Hex A2 7F F4 22 30 0 4 102 54 49
Octal 242 177 364 42 60 0 4 402 124 111
Binary 10100010 1111111 11110100 100010 110000 0 100 100000010 1010100 1001001

Color Harmonies of #A27FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FF4

Black with #A27FF4

Text Example


Text Example

White with #A27FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FF4; }

 p { color: rgb(162,127,244); }

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

background-color css

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

 a { background-color: rgb(162,127,244); }

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

border-color css

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

 span { border-color: rgb(162,127,244); }

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