Html Css Color HEX #A761ED Medium Purple

📋 copy color: '#A761ED'

red 167 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #A761ED

Tints of Medium Purple #A761ED

RGB

 RED value IS 167 (65.63% from 255) = 33.33%

 GREEN value IS 97 (38.28% from 255) = 19.36%

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

R = 33.33%
G = 19.36%
B = 47.31%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A761ED (or 0xA761ED) is known color: Medium Purple. HEX triplet: A7, 61 and ED. RGB value is (167,97,237). Sum of RGB (Red+Green+Blue) = 167+97+237=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #A761ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761ED is #589E12. Grayscale: #858585. Windows color (decimal): -5807635 or 15557031. OLE color: 15557031.

HSL color Cylindrical-coordinate representation of color #A761ED: hue angle of 270º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A761ED is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 97 237 -
CMYK 0.30 0.59 0 0.07
HSL 270º 0.8% 0.65% -
HSV(B) 270º 0.59% 0.93% -
XYZ 35.5 22.88 82.67 -
YUV 133.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 167 97 237 0.30 0.59 0 0.07 270 0.8 0.65
Hex A7 61 ED 1E 3B 0 7 10E 50 41
Octal 247 141 355 36 73 0 7 416 120 101
Binary 10100111 1100001 11101101 11110 111011 0 111 100001110 1010000 1000001

Color Harmonies of #A761ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761ED

Black with #A761ED

Text Example


Text Example

White with #A761ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761ED; }

 p { color: rgb(167,97,237); }

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

background-color css

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

 a { background-color: rgb(167,97,237); }

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

border-color css

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

 span { border-color: rgb(167,97,237); }

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