Html Css Color HEX #A274DA Medium Purple

📋 copy color: '#A274DA'

red 162 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #A274DA

Tints of Medium Purple #A274DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 32.66%
G = 23.39%
B = 43.95%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A274DA (or 0xA274DA) is known color: Medium Purple. HEX triplet: A2, 74 and DA. RGB value is (162,116,218). Sum of RGB (Red+Green+Blue) = 162+116+218=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A274DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274DA is #5D8B25. Grayscale: #8D8D8D. Windows color (decimal): -6130470 or 14316706. OLE color: 14316706.

HSL color Cylindrical-coordinate representation of color #A274DA: hue angle of 267.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A274DA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 116 218 -
CMYK 0.26 0.47 0 0.15
HSL 267.06º 0.58% 0.65% -
HSV(B) 267.06º 0.47% 0.85% -
XYZ 33.8 25.23 69.42 -
YUV 141.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 162 116 218 0.26 0.47 0 0.15 267.06 0.58 0.65
Hex A2 74 DA 1A 2F 0 F 10B 3A 41
Octal 242 164 332 32 57 0 17 413 72 101
Binary 10100010 1110100 11011010 11010 101111 0 1111 100001011 111010 1000001

Color Harmonies of #A274DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274DA

Black with #A274DA

Text Example


Text Example

White with #A274DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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