Html Css Color HEX #A270EB Medium Purple

📋 copy color: '#A270EB'

red 162 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A270EB

Tints of Medium Purple #A270EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 31.83%
G = 22%
B = 46.17%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A270EB (or 0xA270EB) is known color: Medium Purple. HEX triplet: A2, 70 and EB. RGB value is (162,112,235). Sum of RGB (Red+Green+Blue) = 162+112+235=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #A270EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270EB is #5D8F14. Grayscale: #8C8C8C. Windows color (decimal): -6131477 or 15429794. OLE color: 15429794.

HSL color Cylindrical-coordinate representation of color #A270EB: hue angle of 264.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A270EB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 112 235 -
CMYK 0.31 0.52 0 0.08
HSL 264.39º 0.75% 0.68% -
HSV(B) 264.39º 0.52% 0.92% -
XYZ 35.69 25.27 81.59 -
YUV 140.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 162 112 235 0.31 0.52 0 0.08 264.39 0.75 0.68
Hex A2 70 EB 1F 34 0 8 108 4B 44
Octal 242 160 353 37 64 0 10 410 113 104
Binary 10100010 1110000 11101011 11111 110100 0 1000 100001000 1001011 1000100

Color Harmonies of #A270EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270EB

Black with #A270EB

Text Example


Text Example

White with #A270EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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