#AF1EBC

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

Shades of Dark Orchid #AF1EBC

Tints of Dark Orchid #AF1EBC

Color information

#AF1EBC (or 0xAF1EBC) is unknown color: approx Dark Orchid. HEX triplet: AF, 1E and BC. RGB value is (175,30,188). Sum of RGB (Red+Green+Blue) = 175+30+188=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EBC is #50E143. Grayscale: #5A5A5A. Windows color (decimal): -5300548 or 12328623. OLE color: 12328623.

HSL color Cylindrical-coordinate representation of color #AF1EBC: hue angle of 295.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1EBC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17530188-
CMYK0.070.8400.26
HSL295.06º72.48%42.75%-
HSV(B)295.06º84.04%73.73%-
XYZ27.2213.6748.78-
YUV91.37182.54187.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=44.53%
G=7.63%
B=47.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175301880.070.8400.26295.0672.4842.75
HexAF1EBC75401A127482b
Octal25736274712403244711053
Binary10101111111101011110011110101000110101001001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1EBC; }

 p { color: rgb(175,30,188); }

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

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

 a { background-color: rgb(175,30,188); }

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

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

 span { border-color: rgb(175,30,188); }

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