Html Css Color HEX #A274EC Medium Purple

📋 copy color: '#A274EC'

red 162 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #A274EC

Tints of Medium Purple #A274EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 31.52%
G = 22.57%
B = 45.91%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A274EC (or 0xA274EC) is known color: Medium Purple. HEX triplet: A2, 74 and EC. RGB value is (162,116,236). Sum of RGB (Red+Green+Blue) = 162+116+236=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A274EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274EC is #5D8B13. Grayscale: #8F8F8F. Windows color (decimal): -6130452 or 15496354. OLE color: 15496354.

HSL color Cylindrical-coordinate representation of color #A274EC: hue angle of 263º degrees, saturation: 0.76, 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 #A274EC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 116 236 -
CMYK 0.31 0.51 0 0.07
HSL 263º 0.76% 0.69% -
HSV(B) 263º 0.51% 0.93% -
XYZ 36.29 26.23 82.51 -
YUV 143.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 162 116 236 0.31 0.51 0 0.07 263 0.76 0.69
Hex A2 74 EC 1F 33 0 7 107 4C 45
Octal 242 164 354 37 63 0 7 407 114 105
Binary 10100010 1110100 11101100 11111 110011 0 111 100000111 1001100 1000101

Color Harmonies of #A274EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274EC

Black with #A274EC

Text Example


Text Example

White with #A274EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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