Html Css Color HEX #A274EA Medium Purple

📋 copy color: '#A274EA'

red 162 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #A274EA

Tints of Medium Purple #A274EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 31.64%
G = 22.66%
B = 45.7%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A274EA (or 0xA274EA) is known color: Medium Purple. HEX triplet: A2, 74 and EA. RGB value is (162,116,234). Sum of RGB (Red+Green+Blue) = 162+116+234=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A274EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274EA is #5D8B15. Grayscale: #8E8E8E. Windows color (decimal): -6130454 or 15365282. OLE color: 15365282.

HSL color Cylindrical-coordinate representation of color #A274EA: hue angle of 263.39º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A274EA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 116 234 -
CMYK 0.31 0.50 0 0.08
HSL 263.39º 0.74% 0.69% -
HSV(B) 263.39º 0.5% 0.92% -
XYZ 36 26.11 80.98 -
YUV 143.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 162 116 234 0.31 0.50 0 0.08 263.39 0.74 0.69
Hex A2 74 EA 1F 32 0 8 107 4A 45
Octal 242 164 352 37 62 0 10 407 112 105
Binary 10100010 1110100 11101010 11111 110010 0 1000 100000111 1001010 1000101

Color Harmonies of #A274EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274EA

Black with #A274EA

Text Example


Text Example

White with #A274EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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