Html Css Color HEX #A76CE4 Medium Purple

📋 copy color: '#A76CE4'

red 167 ◦ green 108 ◦ blue 228

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

Shades of Medium Purple #A76CE4

Tints of Medium Purple #A76CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 33.2%
G = 21.47%
B = 45.33%

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

#A76CE4 (or 0xA76CE4) is known color: Medium Purple. HEX triplet: A7, 6C and E4. RGB value is (167,108,228). Sum of RGB (Red+Green+Blue) = 167+108+228=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #A76CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CE4 is #58931B. Grayscale: #8A8A8A. Windows color (decimal): -5804828 or 14970023. OLE color: 14970023.

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

Color convert

RGB 167 108 228 -
CMYK 0.27 0.53 0 0.11
HSL 269.5º 0.69% 0.66% -
HSV(B) 269.5º 0.53% 0.89% -
XYZ 35.3 24.54 76.28 -
YUV 139.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 167 108 228 0.27 0.53 0 0.11 269.5 0.69 0.66
Hex A7 6C E4 1B 35 0 B 10E 45 42
Octal 247 154 344 33 65 0 13 416 105 102
Binary 10100111 1101100 11100100 11011 110101 0 1011 100001110 1000101 1000010

Color Harmonies of #A76CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CE4

Black with #A76CE4

Text Example


Text Example

White with #A76CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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