Html Css Color HEX #A270F6 Medium Purple

📋 copy color: '#A270F6'

red 162 ◦ green 112 ◦ blue 246

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

Shades of Medium Purple #A270F6

Tints of Medium Purple #A270F6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.54%

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

R = 31.15%
G = 21.54%
B = 47.31%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A270F6 (or 0xA270F6) is known color: Medium Purple. HEX triplet: A2, 70 and F6. RGB value is (162,112,246). Sum of RGB (Red+Green+Blue) = 162+112+246=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #A270F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270F6 is #5D8F09. Grayscale: #8D8D8D. Windows color (decimal): -6131466 or 16150690. OLE color: 16150690.

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

Color convert

RGB 162 112 246 -
CMYK 0.34 0.54 0 0.04
HSL 262.39º 0.88% 0.7% -
HSV(B) 262.39º 0.54% 0.96% -
XYZ 37.33 25.92 90.23 -
YUV 142.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 162 112 246 0.34 0.54 0 0.04 262.39 0.88 0.7
Hex A2 70 F6 22 36 0 4 106 58 46
Octal 242 160 366 42 66 0 4 406 130 106
Binary 10100010 1110000 11110110 100010 110110 0 100 100000110 1011000 1000110

Color Harmonies of #A270F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270F6

Black with #A270F6

Text Example


Text Example

White with #A270F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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