Html Css Color HEX #A274EE Medium Purple

📋 copy color: '#A274EE'

red 162 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #A274EE

Tints of Medium Purple #A274EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 31.4%
G = 22.48%
B = 46.12%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A274EE (or 0xA274EE) is known color: Medium Purple. HEX triplet: A2, 74 and EE. RGB value is (162,116,238). Sum of RGB (Red+Green+Blue) = 162+116+238=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A274EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274EE is #5D8B11. Grayscale: #8F8F8F. Windows color (decimal): -6130450 or 15627426. OLE color: 15627426.

HSL color Cylindrical-coordinate representation of color #A274EE: hue angle of 262.62º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A274EE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 116 238 -
CMYK 0.32 0.51 0 0.07
HSL 262.62º 0.78% 0.69% -
HSV(B) 262.62º 0.51% 0.93% -
XYZ 36.58 26.35 84.05 -
YUV 143.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 162 116 238 0.32 0.51 0 0.07 262.62 0.78 0.69
Hex A2 74 EE 20 33 0 7 107 4E 45
Octal 242 164 356 40 63 0 7 407 116 105
Binary 10100010 1110100 11101110 100000 110011 0 111 100000111 1001110 1000101

Color Harmonies of #A274EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274EE

Black with #A274EE

Text Example


Text Example

White with #A274EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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