Html Css Color HEX #A275EA Medium Purple

📋 copy color: '#A275EA'

red 162 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #A275EA

Tints of Medium Purple #A275EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 31.58%
G = 22.81%
B = 45.61%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A275EA (or 0xA275EA) is known color: Medium Purple. HEX triplet: A2, 75 and EA. RGB value is (162,117,234). Sum of RGB (Red+Green+Blue) = 162+117+234=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #A275EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275EA is #5D8A15. Grayscale: #8F8F8F. Windows color (decimal): -6130198 or 15365538. OLE color: 15365538.

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

Color convert

RGB 162 117 234 -
CMYK 0.31 0.5 0 0.08
HSL 263.08º 0.74% 0.69% -
HSV(B) 263.08º 0.5% 0.92% -
XYZ 36.11 26.34 81.02 -
YUV 143.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 162 117 234 0.31 0.5 0 0.08 263.08 0.74 0.69
Hex A2 75 EA 1F 32 0 8 107 4A 45
Octal 242 165 352 37 62 0 10 407 112 105
Binary 10100010 1110101 11101010 11111 110010 0 1000 100000111 1001010 1000101

Color Harmonies of #A275EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275EA

Black with #A275EA

Text Example


Text Example

White with #A275EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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