Html Css Color HEX #A76CFD Medium Purple

📋 copy color: '#A76CFD'

red 167 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #A76CFD

Tints of Medium Purple #A76CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

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

R = 31.63%
G = 20.45%
B = 47.92%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A76CFD (or 0xA76CFD) is known color: Medium Purple. HEX triplet: A7, 6C and FD. RGB value is (167,108,253). Sum of RGB (Red+Green+Blue) = 167+108+253=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A76CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CFD is #589302. Grayscale: #8D8D8D. Windows color (decimal): -5804803 or 16608423. OLE color: 16608423.

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

Color convert

RGB 167 108 253 -
CMYK 0.34 0.57 0 0.01
HSL 264.41º 0.97% 0.71% -
HSV(B) 264.41º 0.57% 0.99% -
XYZ 39.03 26.03 95.9 -
YUV 142.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 167 108 253 0.34 0.57 0 0.01 264.41 0.97 0.71
Hex A7 6C FD 22 39 0 1 108 61 47
Octal 247 154 375 42 71 0 1 410 141 107
Binary 10100111 1101100 11111101 100010 111001 0 1 100001000 1100001 1000111

Color Harmonies of #A76CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CFD

Black with #A76CFD

Text Example


Text Example

White with #A76CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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