Html Css Color HEX #A76FF2 Medium Purple

📋 copy color: '#A76FF2'

red 167 ◦ green 111 ◦ blue 242

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

Shades of Medium Purple #A76FF2

Tints of Medium Purple #A76FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 32.12%
G = 21.35%
B = 46.54%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A76FF2 (or 0xA76FF2) is known color: Medium Purple. HEX triplet: A7, 6F and F2. RGB value is (167,111,242). Sum of RGB (Red+Green+Blue) = 167+111+242=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #A76FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FF2 is #58900D. Grayscale: #8E8E8E. Windows color (decimal): -5804046 or 15888295. OLE color: 15888295.

HSL color Cylindrical-coordinate representation of color #A76FF2: hue angle of 265.65º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76FF2 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 111 242 -
CMYK 0.31 0.54 0 0.05
HSL 265.65º 0.83% 0.69% -
HSV(B) 265.65º 0.54% 0.95% -
XYZ 37.65 26 87.04 -
YUV 142.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 167 111 242 0.31 0.54 0 0.05 265.65 0.83 0.69
Hex A7 6F F2 1F 36 0 5 10A 53 45
Octal 247 157 362 37 66 0 5 412 123 105
Binary 10100111 1101111 11110010 11111 110110 0 101 100001010 1010011 1000101

Color Harmonies of #A76FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FF2

Black with #A76FF2

Text Example


Text Example

White with #A76FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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