Html Css Color HEX #A270E6 Medium Purple

📋 copy color: '#A270E6'

red 162 ◦ green 112 ◦ blue 230

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

Shades of Medium Purple #A270E6

Tints of Medium Purple #A270E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 32.14%
G = 22.22%
B = 45.63%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A270E6 (or 0xA270E6) is known color: Medium Purple. HEX triplet: A2, 70 and E6. RGB value is (162,112,230). Sum of RGB (Red+Green+Blue) = 162+112+230=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #A270E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270E6 is #5D8F19. Grayscale: #8B8B8B. Windows color (decimal): -6131482 or 15102114. OLE color: 15102114.

HSL color Cylindrical-coordinate representation of color #A270E6: hue angle of 265.42º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A270E6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 112 230 -
CMYK 0.30 0.51 0 0.10
HSL 265.42º 0.7% 0.67% -
HSV(B) 265.42º 0.51% 0.9% -
XYZ 34.98 24.98 77.84 -
YUV 140.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 162 112 230 0.30 0.51 0 0.10 265.42 0.7 0.67
Hex A2 70 E6 1E 33 0 A 109 46 43
Octal 242 160 346 36 63 0 12 411 106 103
Binary 10100010 1110000 11100110 11110 110011 0 1010 100001001 1000110 1000011

Color Harmonies of #A270E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270E6

Black with #A270E6

Text Example


Text Example

White with #A270E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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