Html Css Color HEX #A76DFA Medium Purple

📋 copy color: '#A76DFA'

red 167 ◦ green 109 ◦ blue 250

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

Shades of Medium Purple #A76DFA

Tints of Medium Purple #A76DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 31.75%
G = 20.72%
B = 47.53%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A76DFA (or 0xA76DFA) is known color: Medium Purple. HEX triplet: A7, 6D and FA. RGB value is (167,109,250). Sum of RGB (Red+Green+Blue) = 167+109+250=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #A76DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DFA is #589205. Grayscale: #8D8D8D. Windows color (decimal): -5804550 or 16412071. OLE color: 16412071.

HSL color Cylindrical-coordinate representation of color #A76DFA: hue angle of 264.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76DFA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 109 250 -
CMYK 0.33 0.56 0 0.02
HSL 264.68º 0.93% 0.7% -
HSV(B) 264.68º 0.56% 0.98% -
XYZ 38.66 26.05 93.43 -
YUV 142.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 167 109 250 0.33 0.56 0 0.02 264.68 0.93 0.7
Hex A7 6D FA 21 38 0 2 109 5D 46
Octal 247 155 372 41 70 0 2 411 135 106
Binary 10100111 1101101 11111010 100001 111000 0 10 100001001 1011101 1000110

Color Harmonies of #A76DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DFA

Black with #A76DFA

Text Example


Text Example

White with #A76DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DFA; }

 p { color: rgb(167,109,250); }

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

background-color css

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

 a { background-color: rgb(167,109,250); }

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

border-color css

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

 span { border-color: rgb(167,109,250); }

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