Html Css Color HEX #A76FFA Medium Purple

📋 copy color: '#A76FFA'

red 167 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A76FFA

Tints of Medium Purple #A76FFA

RGB

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

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

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

R = 31.63%
G = 21.02%
B = 47.35%

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

#A76FFA (or 0xA76FFA) is known color: Medium Purple. HEX triplet: A7, 6F and FA. RGB value is (167,111,250). Sum of RGB (Red+Green+Blue) = 167+111+250=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #A76FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FFA is #589005. Grayscale: #8F8F8F. Windows color (decimal): -5804038 or 16412583. OLE color: 16412583.

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

Color convert

RGB 167 111 250 -
CMYK 0.33 0.56 0 0.02
HSL 264.17º 0.93% 0.71% -
HSV(B) 264.17º 0.56% 0.98% -
XYZ 38.88 26.49 93.51 -
YUV 143.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 167 111 250 0.33 0.56 0 0.02 264.17 0.93 0.71
Hex A7 6F FA 21 38 0 2 108 5D 47
Octal 247 157 372 41 70 0 2 410 135 107
Binary 10100111 1101111 11111010 100001 111000 0 10 100001000 1011101 1000111

Color Harmonies of #A76FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FFA

Black with #A76FFA

Text Example


Text Example

White with #A76FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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