#A74BED

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

Shades of Medium Orchid #A74BED

Tints of Medium Orchid #A74BED

Color information

#A74BED (or 0xA74BED) is unknown color: approx Medium Orchid. HEX triplet: A7, 4B and ED. RGB value is (167,75,237). Sum of RGB (Red+Green+Blue) = 167+75+237=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BED is #58B412. Grayscale: #787878. Windows color (decimal): -5813267 or 15551399. OLE color: 15551399.

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

Color convert

RGB16775237-
CMYK0.300.6800.07
HSL274.07º81.82%61.18%-
HSV(B)274.07º68.35%92.94%-
XYZ33.7419.3682.08-
YUV120.98193.48160.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=34.86%
G=15.66%
B=49.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167752370.300.6800.07274.0781.8261.18
HexA74BED1E4407112523d
Octal247113355361040742212275
Binary1010011110010111110110111110100010001111000100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BED; }

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

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

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

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

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

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

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

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