Html Css Color HEX #A76EFA Medium Purple

📋 copy color: '#A76EFA'

red 167 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #A76EFA

Tints of Medium Purple #A76EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.87%

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

R = 31.69%
G = 20.87%
B = 47.44%

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

#A76EFA (or 0xA76EFA) is known color: Medium Purple. HEX triplet: A7, 6E and FA. RGB value is (167,110,250). Sum of RGB (Red+Green+Blue) = 167+110+250=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A76EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EFA is #589105. Grayscale: #8E8E8E. Windows color (decimal): -5804294 or 16412327. OLE color: 16412327.

HSL color Cylindrical-coordinate representation of color #A76EFA: hue angle of 264.43º 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 #A76EFA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 110 250 -
CMYK 0.33 0.56 0 0.02
HSL 264.43º 0.93% 0.71% -
HSV(B) 264.43º 0.56% 0.98% -
XYZ 38.77 26.27 93.47 -
YUV 143 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 167 110 250 0.33 0.56 0 0.02 264.43 0.93 0.71
Hex A7 6E FA 21 38 0 2 108 5D 47
Octal 247 156 372 41 70 0 2 410 135 107
Binary 10100111 1101110 11111010 100001 111000 0 10 100001000 1011101 1000111

Color Harmonies of #A76EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EFA

Black with #A76EFA

Text Example


Text Example

White with #A76EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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