Html Css Color HEX #A270DB Medium Purple

📋 copy color: '#A270DB'

red 162 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #A270DB

Tints of Medium Purple #A270DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 32.86%
G = 22.72%
B = 44.42%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A270DB (or 0xA270DB) is known color: Medium Purple. HEX triplet: A2, 70 and DB. RGB value is (162,112,219). Sum of RGB (Red+Green+Blue) = 162+112+219=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A270DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270DB is #5D8F24. Grayscale: #8A8A8A. Windows color (decimal): -6131493 or 14381218. OLE color: 14381218.

HSL color Cylindrical-coordinate representation of color #A270DB: hue angle of 268.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A270DB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 112 219 -
CMYK 0.26 0.49 0 0.14
HSL 268.04º 0.6% 0.65% -
HSV(B) 268.04º 0.49% 0.86% -
XYZ 33.48 24.38 69.96 -
YUV 139.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 162 112 219 0.26 0.49 0 0.14 268.04 0.6 0.65
Hex A2 70 DB 1A 31 0 E 10C 3C 41
Octal 242 160 333 32 61 0 16 414 74 101
Binary 10100010 1110000 11011011 11010 110001 0 1110 100001100 111100 1000001

Color Harmonies of #A270DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270DB

Black with #A270DB

Text Example


Text Example

White with #A270DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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