Html Css Color HEX #A270F8 Medium Purple

📋 copy color: '#A270F8'

red 162 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #A270F8

Tints of Medium Purple #A270F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.51%

R = 31.03%
G = 21.46%
B = 47.51%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A270F8 (or 0xA270F8) is known color: Medium Purple. HEX triplet: A2, 70 and F8. RGB value is (162,112,248). Sum of RGB (Red+Green+Blue) = 162+112+248=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #A270F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270F8 is #5D8F07. Grayscale: #8D8D8D. Windows color (decimal): -6131464 or 16281762. OLE color: 16281762.

HSL color Cylindrical-coordinate representation of color #A270F8: hue angle of 262.06º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A270F8 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 112 248 -
CMYK 0.35 0.55 0 0.03
HSL 262.06º 0.91% 0.71% -
HSV(B) 262.06º 0.55% 0.97% -
XYZ 37.64 26.05 91.85 -
YUV 142.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 162 112 248 0.35 0.55 0 0.03 262.06 0.91 0.71
Hex A2 70 F8 23 37 0 3 106 5B 47
Octal 242 160 370 43 67 0 3 406 133 107
Binary 10100010 1110000 11111000 100011 110111 0 11 100000110 1011011 1000111

Color Harmonies of #A270F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270F8

Black with #A270F8

Text Example


Text Example

White with #A270F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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