Html Css Color HEX #A76AED Medium Purple

📋 copy color: '#A76AED'

red 167 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #A76AED

Tints of Medium Purple #A76AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 32.75%
G = 20.78%
B = 46.47%

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

#A76AED (or 0xA76AED) is known color: Medium Purple. HEX triplet: A7, 6A and ED. RGB value is (167,106,237). Sum of RGB (Red+Green+Blue) = 167+106+237=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A76AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AED is #589512. Grayscale: #8A8A8A. Windows color (decimal): -5805331 or 15559335. OLE color: 15559335.

HSL color Cylindrical-coordinate representation of color #A76AED: hue angle of 267.94º degrees, saturation: 0.78, 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 #A76AED is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 106 237 -
CMYK 0.30 0.55 0 0.07
HSL 267.94º 0.78% 0.67% -
HSV(B) 267.94º 0.55% 0.93% -
XYZ 36.38 24.64 82.96 -
YUV 139.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 167 106 237 0.30 0.55 0 0.07 267.94 0.78 0.67
Hex A7 6A ED 1E 37 0 7 10C 4E 43
Octal 247 152 355 36 67 0 7 414 116 103
Binary 10100111 1101010 11101101 11110 110111 0 111 100001100 1001110 1000011

Color Harmonies of #A76AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AED

Black with #A76AED

Text Example


Text Example

White with #A76AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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