Html Css Color HEX #A76AF3 Medium Purple

📋 copy color: '#A76AF3'

red 167 ◦ green 106 ◦ blue 243

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

Shades of Medium Purple #A76AF3

Tints of Medium Purple #A76AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.54%

 BLUE value IS 243 (95.31% from 255) = 47.09%

R = 32.36%
G = 20.54%
B = 47.09%

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

#A76AF3 (or 0xA76AF3) is known color: Medium Purple. HEX triplet: A7, 6A and F3. RGB value is (167,106,243). Sum of RGB (Red+Green+Blue) = 167+106+243=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #A76AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AF3 is #58950C. Grayscale: #8B8B8B. Windows color (decimal): -5805325 or 15952551. OLE color: 15952551.

HSL color Cylindrical-coordinate representation of color #A76AF3: hue angle of 266.72º degrees, saturation: 0.85, 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 #A76AF3 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 106 243 -
CMYK 0.31 0.56 0 0.05
HSL 266.72º 0.85% 0.68% -
HSV(B) 266.72º 0.56% 0.95% -
XYZ 37.27 24.99 87.65 -
YUV 139.86 186.21 147.36 -
System Red Green Blue C M Y K H S L
Decimal 167 106 243 0.31 0.56 0 0.05 266.72 0.85 0.68
Hex A7 6A F3 1F 38 0 5 10B 55 44
Octal 247 152 363 37 70 0 5 413 125 104
Binary 10100111 1101010 11110011 11111 111000 0 101 100001011 1010101 1000100

Color Harmonies of #A76AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AF3

Black with #A76AF3

Text Example


Text Example

White with #A76AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AF3; }

 p { color: rgb(167,106,243); }

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

background-color css

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

 a { background-color: rgb(167,106,243); }

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

border-color css

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

 span { border-color: rgb(167,106,243); }

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