#A767EA

Color #A767EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A767EA

Tints of Medium Purple #A767EA

Color information

#A767EA (or 0xA767EA) is unknown color: approx Medium Purple. HEX triplet: A7, 67 and EA. RGB value is (167,103,234). Sum of RGB (Red+Green+Blue) = 167+103+234=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #A767EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767EA is #589815. Grayscale: #888888. Windows color (decimal): -5806102 or 15361959. OLE color: 15361959.

HSL color Cylindrical-coordinate representation of color #A767EA: hue angle of 269.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A767EA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167103234-
CMYK0.290.5600.08
HSL269.31º75.72%66.08%-
HSV(B)269.31º55.98%91.76%-
XYZ35.6423.8680.57-
YUV137.07182.7149.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=33.13%
G=20.44%
B=46.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671032340.290.5600.08269.3175.7266.08
HexA767EA1D380810d4c42
Octal2471473523570010415114102
Binary10100111110011111101010111011110000100010000110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767EA; }

 p { color: rgb(167,103,234); }

 H1.HeaderClassName
 {
   color: #A767EA;
 }
 .AnyTagClassName
 {
   color: #A767EA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,103,234); }

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

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

 span { border-color: rgb(167,103,234); }

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