Html Css Color HEX #A76BF2 Medium Purple

📋 copy color: '#A76BF2'

red 167 ◦ green 107 ◦ blue 242

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

Shades of Medium Purple #A76BF2

Tints of Medium Purple #A76BF2

RGB

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

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

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

R = 32.36%
G = 20.74%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A76BF2 (or 0xA76BF2) is known color: Medium Purple. HEX triplet: A7, 6B and F2. RGB value is (167,107,242). Sum of RGB (Red+Green+Blue) = 167+107+242=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A76BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BF2 is #58940D. Grayscale: #8B8B8B. Windows color (decimal): -5805070 or 15887271. OLE color: 15887271.

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

Color convert

RGB 167 107 242 -
CMYK 0.31 0.56 0 0.05
HSL 266.67º 0.84% 0.68% -
HSV(B) 266.67º 0.56% 0.95% -
XYZ 37.22 25.14 86.9 -
YUV 140.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 167 107 242 0.31 0.56 0 0.05 266.67 0.84 0.68
Hex A7 6B F2 1F 38 0 5 10B 54 44
Octal 247 153 362 37 70 0 5 413 124 104
Binary 10100111 1101011 11110010 11111 111000 0 101 100001011 1010100 1000100

Color Harmonies of #A76BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BF2

Black with #A76BF2

Text Example


Text Example

White with #A76BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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