Html Css Color HEX #A274DE Medium Purple

📋 copy color: '#A274DE'

red 162 ◦ green 116 ◦ blue 222

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

Shades of Medium Purple #A274DE

Tints of Medium Purple #A274DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 32.4%
G = 23.2%
B = 44.4%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A274DE (or 0xA274DE) is known color: Medium Purple. HEX triplet: A2, 74 and DE. RGB value is (162,116,222). Sum of RGB (Red+Green+Blue) = 162+116+222=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #A274DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274DE is #5D8B21. Grayscale: #8D8D8D. Windows color (decimal): -6130466 or 14578850. OLE color: 14578850.

HSL color Cylindrical-coordinate representation of color #A274DE: hue angle of 266.04º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A274DE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 116 222 -
CMYK 0.27 0.48 0 0.13
HSL 266.04º 0.62% 0.66% -
HSV(B) 266.04º 0.48% 0.87% -
XYZ 34.33 25.45 72.21 -
YUV 141.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 162 116 222 0.27 0.48 0 0.13 266.04 0.62 0.66
Hex A2 74 DE 1B 30 0 D 10A 3E 42
Octal 242 164 336 33 60 0 15 412 76 102
Binary 10100010 1110100 11011110 11011 110000 0 1101 100001010 111110 1000010

Color Harmonies of #A274DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274DE

Black with #A274DE

Text Example


Text Example

White with #A274DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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