Html Css Color HEX #A76DEE Medium Purple

📋 copy color: '#A76DEE'

red 167 ◦ green 109 ◦ blue 238

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

Shades of Medium Purple #A76DEE

Tints of Medium Purple #A76DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 32.49%
G = 21.21%
B = 46.3%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A76DEE (or 0xA76DEE) is known color: Medium Purple. HEX triplet: A7, 6D and EE. RGB value is (167,109,238). Sum of RGB (Red+Green+Blue) = 167+109+238=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #A76DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DEE is #589211. Grayscale: #8C8C8C. Windows color (decimal): -5804562 or 15625639. OLE color: 15625639.

HSL color Cylindrical-coordinate representation of color #A76DEE: hue angle of 266.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76DEE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 109 238 -
CMYK 0.30 0.54 0 0.07
HSL 266.98º 0.79% 0.68% -
HSV(B) 266.98º 0.54% 0.93% -
XYZ 36.84 25.33 83.84 -
YUV 141.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 167 109 238 0.30 0.54 0 0.07 266.98 0.79 0.68
Hex A7 6D EE 1E 36 0 7 10B 4F 44
Octal 247 155 356 36 66 0 7 413 117 104
Binary 10100111 1101101 11101110 11110 110110 0 111 100001011 1001111 1000100

Color Harmonies of #A76DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DEE

Black with #A76DEE

Text Example


Text Example

White with #A76DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DEE; }

 p { color: rgb(167,109,238); }

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

background-color css

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

 a { background-color: rgb(167,109,238); }

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

border-color css

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

 span { border-color: rgb(167,109,238); }

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