Html Css Color HEX #A76FF5 Medium Purple

📋 copy color: '#A76FF5'

red 167 ◦ green 111 ◦ blue 245

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

Shades of Medium Purple #A76FF5

Tints of Medium Purple #A76FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.85%

R = 31.93%
G = 21.22%
B = 46.85%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A76FF5 (or 0xA76FF5) is known color: Medium Purple. HEX triplet: A7, 6F and F5. RGB value is (167,111,245). Sum of RGB (Red+Green+Blue) = 167+111+245=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #A76FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FF5 is #58900A. Grayscale: #8E8E8E. Windows color (decimal): -5804043 or 16084903. OLE color: 16084903.

HSL color Cylindrical-coordinate representation of color #A76FF5: hue angle of 265.07º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76FF5 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 111 245 -
CMYK 0.32 0.55 0 0.04
HSL 265.07º 0.87% 0.7% -
HSV(B) 265.07º 0.55% 0.96% -
XYZ 38.1 26.18 89.43 -
YUV 143.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 167 111 245 0.32 0.55 0 0.04 265.07 0.87 0.7
Hex A7 6F F5 20 37 0 4 109 57 46
Octal 247 157 365 40 67 0 4 411 127 106
Binary 10100111 1101111 11110101 100000 110111 0 100 100001001 1010111 1000110

Color Harmonies of #A76FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FF5

Black with #A76FF5

Text Example


Text Example

White with #A76FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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