Html Css Color HEX #A275ED Medium Purple

📋 copy color: '#A275ED'

red 162 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #A275ED

Tints of Medium Purple #A275ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 31.4%
G = 22.67%
B = 45.93%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A275ED (or 0xA275ED) is known color: Medium Purple. HEX triplet: A2, 75 and ED. RGB value is (162,117,237). Sum of RGB (Red+Green+Blue) = 162+117+237=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A275ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275ED is #5D8A12. Grayscale: #8F8F8F. Windows color (decimal): -6130195 or 15562146. OLE color: 15562146.

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

Color convert

RGB 162 117 237 -
CMYK 0.32 0.51 0 0.07
HSL 262.5º 0.77% 0.69% -
HSV(B) 262.5º 0.51% 0.93% -
XYZ 36.55 26.52 83.31 -
YUV 144.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 162 117 237 0.32 0.51 0 0.07 262.5 0.77 0.69
Hex A2 75 ED 20 33 0 7 106 4D 45
Octal 242 165 355 40 63 0 7 406 115 105
Binary 10100010 1110101 11101101 100000 110011 0 111 100000110 1001101 1000101

Color Harmonies of #A275ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275ED

Black with #A275ED

Text Example


Text Example

White with #A275ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275ED; }

 p { color: rgb(162,117,237); }

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

background-color css

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

 a { background-color: rgb(162,117,237); }

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

border-color css

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

 span { border-color: rgb(162,117,237); }

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