Html Css Color HEX #A274EB Medium Purple

📋 copy color: '#A274EB'

red 162 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #A274EB

Tints of Medium Purple #A274EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 31.58%
G = 22.61%
B = 45.81%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A274EB (or 0xA274EB) is known color: Medium Purple. HEX triplet: A2, 74 and EB. RGB value is (162,116,235). Sum of RGB (Red+Green+Blue) = 162+116+235=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A274EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274EB is #5D8B14. Grayscale: #8E8E8E. Windows color (decimal): -6130453 or 15430818. OLE color: 15430818.

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

Color convert

RGB 162 116 235 -
CMYK 0.31 0.51 0 0.08
HSL 263.19º 0.75% 0.69% -
HSV(B) 263.19º 0.51% 0.92% -
XYZ 36.14 26.17 81.74 -
YUV 143.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 162 116 235 0.31 0.51 0 0.08 263.19 0.75 0.69
Hex A2 74 EB 1F 33 0 8 107 4B 45
Octal 242 164 353 37 63 0 10 407 113 105
Binary 10100010 1110100 11101011 11111 110011 0 1000 100000111 1001011 1000101

Color Harmonies of #A274EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274EB

Black with #A274EB

Text Example


Text Example

White with #A274EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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