Html Css Color HEX #A76BEB Medium Purple

📋 copy color: '#A76BEB'

red 167 ◦ green 107 ◦ blue 235

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

Shades of Medium Purple #A76BEB

Tints of Medium Purple #A76BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 32.81%
G = 21.02%
B = 46.17%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A76BEB (or 0xA76BEB) is known color: Medium Purple. HEX triplet: A7, 6B and EB. RGB value is (167,107,235). Sum of RGB (Red+Green+Blue) = 167+107+235=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #A76BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BEB is #589414. Grayscale: #8B8B8B. Windows color (decimal): -5805077 or 15428519. OLE color: 15428519.

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

Color convert

RGB 167 107 235 -
CMYK 0.29 0.54 0 0.08
HSL 268.13º 0.76% 0.67% -
HSV(B) 268.13º 0.54% 0.92% -
XYZ 36.19 24.73 81.46 -
YUV 139.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 167 107 235 0.29 0.54 0 0.08 268.13 0.76 0.67
Hex A7 6B EB 1D 36 0 8 10C 4C 43
Octal 247 153 353 35 66 0 10 414 114 103
Binary 10100111 1101011 11101011 11101 110110 0 1000 100001100 1001100 1000011

Color Harmonies of #A76BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BEB

Black with #A76BEB

Text Example


Text Example

White with #A76BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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