Html Css Color HEX #A274E3 Medium Purple

📋 copy color: '#A274E3'

red 162 ◦ green 116 ◦ blue 227

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

Shades of Medium Purple #A274E3

Tints of Medium Purple #A274E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.95%

R = 32.08%
G = 22.97%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A274E3 (or 0xA274E3) is known color: Medium Purple. HEX triplet: A2, 74 and E3. RGB value is (162,116,227). Sum of RGB (Red+Green+Blue) = 162+116+227=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #A274E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274E3 is #5D8B1C. Grayscale: #8E8E8E. Windows color (decimal): -6130461 or 14906530. OLE color: 14906530.

HSL color Cylindrical-coordinate representation of color #A274E3: hue angle of 264.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A274E3 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 116 227 -
CMYK 0.29 0.49 0 0.11
HSL 264.86º 0.66% 0.67% -
HSV(B) 264.86º 0.49% 0.89% -
XYZ 35.01 25.72 75.79 -
YUV 142.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 162 116 227 0.29 0.49 0 0.11 264.86 0.66 0.67
Hex A2 74 E3 1D 31 0 B 109 42 43
Octal 242 164 343 35 61 0 13 411 102 103
Binary 10100010 1110100 11100011 11101 110001 0 1011 100001001 1000010 1000011

Color Harmonies of #A274E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274E3

Black with #A274E3

Text Example


Text Example

White with #A274E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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