Html Css Color HEX #A76EFB Medium Purple

📋 copy color: '#A76EFB'

red 167 ◦ green 110 ◦ blue 251

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

Shades of Medium Purple #A76EFB

Tints of Medium Purple #A76EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 31.63%
G = 20.83%
B = 47.54%

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

#A76EFB (or 0xA76EFB) is known color: Medium Purple. HEX triplet: A7, 6E and FB. RGB value is (167,110,251). Sum of RGB (Red+Green+Blue) = 167+110+251=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #A76EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EFB is #589104. Grayscale: #8E8E8E. Windows color (decimal): -5804293 or 16477863. OLE color: 16477863.

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

Color convert

RGB 167 110 251 -
CMYK 0.33 0.56 0 0.02
HSL 264.26º 0.95% 0.71% -
HSV(B) 264.26º 0.56% 0.98% -
XYZ 38.92 26.33 94.3 -
YUV 143.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 167 110 251 0.33 0.56 0 0.02 264.26 0.95 0.71
Hex A7 6E FB 21 38 0 2 108 5F 47
Octal 247 156 373 41 70 0 2 410 137 107
Binary 10100111 1101110 11111011 100001 111000 0 10 100001000 1011111 1000111

Color Harmonies of #A76EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EFB

Black with #A76EFB

Text Example


Text Example

White with #A76EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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