Html Css Color HEX #A76BFD Medium Purple

📋 copy color: '#A76BFD'

red 167 ◦ green 107 ◦ blue 253

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

Shades of Medium Purple #A76BFD

Tints of Medium Purple #A76BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 31.69%
G = 20.3%
B = 48.01%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A76BFD (or 0xA76BFD) is known color: Medium Purple. HEX triplet: A7, 6B and FD. RGB value is (167,107,253). Sum of RGB (Red+Green+Blue) = 167+107+253=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #A76BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BFD is #589402. Grayscale: #8D8D8D. Windows color (decimal): -5805059 or 16608167. OLE color: 16608167.

HSL color Cylindrical-coordinate representation of color #A76BFD: hue angle of 264.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A76BFD is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 107 253 -
CMYK 0.34 0.58 0 0.01
HSL 264.66º 0.97% 0.71% -
HSV(B) 264.66º 0.58% 0.99% -
XYZ 38.92 25.82 95.86 -
YUV 141.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 167 107 253 0.34 0.58 0 0.01 264.66 0.97 0.71
Hex A7 6B FD 22 3A 0 1 109 61 47
Octal 247 153 375 42 72 0 1 411 141 107
Binary 10100111 1101011 11111101 100010 111010 0 1 100001001 1100001 1000111

Color Harmonies of #A76BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BFD

Black with #A76BFD

Text Example


Text Example

White with #A76BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BFD; }

 p { color: rgb(167,107,253); }

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

background-color css

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

 a { background-color: rgb(167,107,253); }

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

border-color css

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

 span { border-color: rgb(167,107,253); }

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