Html Css Color HEX #A76BEF Medium Purple

📋 copy color: '#A76BEF'

red 167 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #A76BEF

Tints of Medium Purple #A76BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 32.55%
G = 20.86%
B = 46.59%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A76BEF (or 0xA76BEF) is known color: Medium Purple. HEX triplet: A7, 6B and EF. RGB value is (167,107,239). Sum of RGB (Red+Green+Blue) = 167+107+239=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #A76BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BEF is #589410. Grayscale: #8B8B8B. Windows color (decimal): -5805073 or 15690663. OLE color: 15690663.

HSL color Cylindrical-coordinate representation of color #A76BEF: hue angle of 267.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76BEF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 107 239 -
CMYK 0.30 0.55 0 0.06
HSL 267.27º 0.8% 0.68% -
HSV(B) 267.27º 0.55% 0.94% -
XYZ 36.77 24.96 84.54 -
YUV 139.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 167 107 239 0.30 0.55 0 0.06 267.27 0.8 0.68
Hex A7 6B EF 1E 37 0 6 10B 50 44
Octal 247 153 357 36 67 0 6 413 120 104
Binary 10100111 1101011 11101111 11110 110111 0 110 100001011 1010000 1000100

Color Harmonies of #A76BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BEF

Black with #A76BEF

Text Example


Text Example

White with #A76BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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