Html Css Color HEX #A76EEB Medium Purple

📋 copy color: '#A76EEB'

red 167 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #A76EEB

Tints of Medium Purple #A76EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 32.62%
G = 21.48%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A76EEB (or 0xA76EEB) is known color: Medium Purple. HEX triplet: A7, 6E and EB. RGB value is (167,110,235). Sum of RGB (Red+Green+Blue) = 167+110+235=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #A76EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EEB is #589114. Grayscale: #8C8C8C. Windows color (decimal): -5804309 or 15429287. OLE color: 15429287.

HSL color Cylindrical-coordinate representation of color #A76EEB: hue angle of 267.36º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76EEB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 110 235 -
CMYK 0.29 0.53 0 0.08
HSL 267.36º 0.76% 0.68% -
HSV(B) 267.36º 0.53% 0.92% -
XYZ 36.51 25.37 81.57 -
YUV 141.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 167 110 235 0.29 0.53 0 0.08 267.36 0.76 0.68
Hex A7 6E EB 1D 35 0 8 10B 4C 44
Octal 247 156 353 35 65 0 10 413 114 104
Binary 10100111 1101110 11101011 11101 110101 0 1000 100001011 1001100 1000100

Color Harmonies of #A76EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EEB

Black with #A76EEB

Text Example


Text Example

White with #A76EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EEB; }

 p { color: rgb(167,110,235); }

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

background-color css

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

 a { background-color: rgb(167,110,235); }

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

border-color css

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

 span { border-color: rgb(167,110,235); }

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