Html Css Color HEX #A76AEE Medium Purple

📋 copy color: '#A76AEE'

red 167 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #A76AEE

Tints of Medium Purple #A76AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.74%

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

R = 32.68%
G = 20.74%
B = 46.58%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A76AEE (or 0xA76AEE) is known color: Medium Purple. HEX triplet: A7, 6A and EE. RGB value is (167,106,238). Sum of RGB (Red+Green+Blue) = 167+106+238=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #A76AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AEE is #589511. Grayscale: #8A8A8A. Windows color (decimal): -5805330 or 15624871. OLE color: 15624871.

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

Color convert

RGB 167 106 238 -
CMYK 0.30 0.55 0 0.07
HSL 267.73º 0.8% 0.67% -
HSV(B) 267.73º 0.55% 0.93% -
XYZ 36.52 24.7 83.73 -
YUV 139.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 167 106 238 0.30 0.55 0 0.07 267.73 0.8 0.67
Hex A7 6A EE 1E 37 0 7 10C 50 43
Octal 247 152 356 36 67 0 7 414 120 103
Binary 10100111 1101010 11101110 11110 110111 0 111 100001100 1010000 1000011

Color Harmonies of #A76AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AEE

Black with #A76AEE

Text Example


Text Example

White with #A76AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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