Html Css Color HEX #A275EC Medium Purple

📋 copy color: '#A275EC'

red 162 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A275EC

Tints of Medium Purple #A275EC

RGB

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

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

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

R = 31.46%
G = 22.72%
B = 45.83%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A275EC (or 0xA275EC) is known color: Medium Purple. HEX triplet: A2, 75 and EC. RGB value is (162,117,236). Sum of RGB (Red+Green+Blue) = 162+117+236=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A275EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275EC is #5D8A13. Grayscale: #8F8F8F. Windows color (decimal): -6130196 or 15496610. OLE color: 15496610.

HSL color Cylindrical-coordinate representation of color #A275EC: hue angle of 262.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A275EC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 117 236 -
CMYK 0.31 0.50 0 0.07
HSL 262.69º 0.76% 0.69% -
HSV(B) 262.69º 0.5% 0.93% -
XYZ 36.4 26.46 82.55 -
YUV 144.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 162 117 236 0.31 0.50 0 0.07 262.69 0.76 0.69
Hex A2 75 EC 1F 32 0 7 107 4C 45
Octal 242 165 354 37 62 0 7 407 114 105
Binary 10100010 1110101 11101100 11111 110010 0 111 100000111 1001100 1000101

Color Harmonies of #A275EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275EC

Black with #A275EC

Text Example


Text Example

White with #A275EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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