Html Css Color HEX #A76FEB Medium Purple

📋 copy color: '#A76FEB'

red 167 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #A76FEB

Tints of Medium Purple #A76FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

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

R = 32.55%
G = 21.64%
B = 45.81%

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

#A76FEB (or 0xA76FEB) is known color: Medium Purple. HEX triplet: A7, 6F and EB. RGB value is (167,111,235). Sum of RGB (Red+Green+Blue) = 167+111+235=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A76FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FEB is #589014. Grayscale: #8D8D8D. Windows color (decimal): -5804053 or 15429543. OLE color: 15429543.

HSL color Cylindrical-coordinate representation of color #A76FEB: hue angle of 267.1º 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 #A76FEB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 111 235 -
CMYK 0.29 0.53 0 0.08
HSL 267.1º 0.76% 0.68% -
HSV(B) 267.1º 0.53% 0.92% -
XYZ 36.62 25.58 81.61 -
YUV 141.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 167 111 235 0.29 0.53 0 0.08 267.1 0.76 0.68
Hex A7 6F EB 1D 35 0 8 10B 4C 44
Octal 247 157 353 35 65 0 10 413 114 104
Binary 10100111 1101111 11101011 11101 110101 0 1000 100001011 1001100 1000100

Color Harmonies of #A76FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FEB

Black with #A76FEB

Text Example


Text Example

White with #A76FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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