Html Css Color HEX #A274DB Medium Purple

📋 copy color: '#A274DB'

red 162 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #A274DB

Tints of Medium Purple #A274DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

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

R = 32.6%
G = 23.34%
B = 44.06%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A274DB (or 0xA274DB) is known color: Medium Purple. HEX triplet: A2, 74 and DB. RGB value is (162,116,219). Sum of RGB (Red+Green+Blue) = 162+116+219=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A274DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274DB is #5D8B24. Grayscale: #8D8D8D. Windows color (decimal): -6130469 or 14382242. OLE color: 14382242.

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

Color convert

RGB 162 116 219 -
CMYK 0.26 0.47 0 0.14
HSL 266.8º 0.59% 0.66% -
HSV(B) 266.8º 0.47% 0.86% -
XYZ 33.93 25.29 70.11 -
YUV 141.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 162 116 219 0.26 0.47 0 0.14 266.8 0.59 0.66
Hex A2 74 DB 1A 2F 0 E 10B 3B 42
Octal 242 164 333 32 57 0 16 413 73 102
Binary 10100010 1110100 11011011 11010 101111 0 1110 100001011 111011 1000010

Color Harmonies of #A274DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274DB

Black with #A274DB

Text Example


Text Example

White with #A274DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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