Html Css Color HEX #A76BEA Medium Purple

📋 copy color: '#A76BEA'

red 167 ◦ green 107 ◦ blue 234

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

Shades of Medium Purple #A76BEA

Tints of Medium Purple #A76BEA

RGB

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

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

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

R = 32.87%
G = 21.06%
B = 46.06%

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

#A76BEA (or 0xA76BEA) is known color: Medium Purple. HEX triplet: A7, 6B and EA. RGB value is (167,107,234). Sum of RGB (Red+Green+Blue) = 167+107+234=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #A76BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BEA is #589415. Grayscale: #8A8A8A. Windows color (decimal): -5805078 or 15362983. OLE color: 15362983.

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

Color convert

RGB 167 107 234 -
CMYK 0.29 0.54 0 0.08
HSL 268.35º 0.75% 0.67% -
HSV(B) 268.35º 0.54% 0.92% -
XYZ 36.05 24.67 80.7 -
YUV 139.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 167 107 234 0.29 0.54 0 0.08 268.35 0.75 0.67
Hex A7 6B EA 1D 36 0 8 10C 4B 43
Octal 247 153 352 35 66 0 10 414 113 103
Binary 10100111 1101011 11101010 11101 110110 0 1000 100001100 1001011 1000011

Color Harmonies of #A76BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BEA

Black with #A76BEA

Text Example


Text Example

White with #A76BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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