#AF36BE

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

Shades of Dark Orchid #AF36BE

Tints of Dark Orchid #AF36BE

Color information

#AF36BE (or 0xAF36BE) is unknown color: approx Dark Orchid. HEX triplet: AF, 36 and BE. RGB value is (175,54,190). Sum of RGB (Red+Green+Blue) = 175+54+190=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF36BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BE is #50C941. Grayscale: #696969. Windows color (decimal): -5294402 or 12465839. OLE color: 12465839.

HSL color Cylindrical-coordinate representation of color #AF36BE: hue angle of 293.38º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF36BE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17554190-
CMYK0.080.7200.25
HSL293.38º55.74%47.84%-
HSV(B)293.38º71.58%74.51%-
XYZ28.2915.4750.21-
YUV105.68175.59177.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 54 (21.48% from 255) = 12.89%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=41.77%
G=12.89%
B=45.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175541900.080.7200.25293.3855.7447.84
HexAF36BE8480191253830
Octal25766276101100314457060
Binary101011111101101011111010001001000011001100100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36BE; }

 p { color: rgb(175,54,190); }

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

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

 a { background-color: rgb(175,54,190); }

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

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

 span { border-color: rgb(175,54,190); }

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