Html Css Color HEX #A76FE4 Medium Purple

📋 copy color: '#A76FE4'

red 167 ◦ green 111 ◦ blue 228

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

Shades of Medium Purple #A76FE4

Tints of Medium Purple #A76FE4

RGB

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

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

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

R = 33%
G = 21.94%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A76FE4 (or 0xA76FE4) is known color: Medium Purple. HEX triplet: A7, 6F and E4. RGB value is (167,111,228). Sum of RGB (Red+Green+Blue) = 167+111+228=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #A76FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FE4 is #58901B. Grayscale: #8C8C8C. Windows color (decimal): -5804060 or 14970791. OLE color: 14970791.

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

Color convert

RGB 167 111 228 -
CMYK 0.27 0.51 0 0.11
HSL 268.72º 0.68% 0.66% -
HSV(B) 268.72º 0.51% 0.89% -
XYZ 35.62 25.19 76.38 -
YUV 141.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 167 111 228 0.27 0.51 0 0.11 268.72 0.68 0.66
Hex A7 6F E4 1B 33 0 B 10D 44 42
Octal 247 157 344 33 63 0 13 415 104 102
Binary 10100111 1101111 11100100 11011 110011 0 1011 100001101 1000100 1000010

Color Harmonies of #A76FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FE4

Black with #A76FE4

Text Example


Text Example

White with #A76FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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