Html Css Color HEX #A76BE4 Medium Purple

📋 copy color: '#A76BE4'

red 167 ◦ green 107 ◦ blue 228

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

Shades of Medium Purple #A76BE4

Tints of Medium Purple #A76BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 33.27%
G = 21.31%
B = 45.42%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A76BE4 (or 0xA76BE4) is known color: Medium Purple. HEX triplet: A7, 6B and E4. RGB value is (167,107,228). Sum of RGB (Red+Green+Blue) = 167+107+228=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #A76BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BE4 is #58941B. Grayscale: #8A8A8A. Windows color (decimal): -5805084 or 14969767. OLE color: 14969767.

HSL color Cylindrical-coordinate representation of color #A76BE4: hue angle of 269.75º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76BE4 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 107 228 -
CMYK 0.27 0.53 0 0.11
HSL 269.75º 0.69% 0.66% -
HSV(B) 269.75º 0.53% 0.89% -
XYZ 35.2 24.33 76.24 -
YUV 138.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 167 107 228 0.27 0.53 0 0.11 269.75 0.69 0.66
Hex A7 6B E4 1B 35 0 B 10E 45 42
Octal 247 153 344 33 65 0 13 416 105 102
Binary 10100111 1101011 11100100 11011 110101 0 1011 100001110 1000101 1000010

Color Harmonies of #A76BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BE4

Black with #A76BE4

Text Example


Text Example

White with #A76BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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