#af35dd

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

Shades of Dark Orchid #AF35DD

Tints of Dark Orchid #AF35DD

Color information

#AF35DD (or 0xAF35DD) is unknown color: approx Dark Orchid. HEX triplet: AF, 35 and DD. RGB value is (175,53,221). Sum of RGB (Red+Green+Blue) = 175+53+221=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF35DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35DD is #50CA22. Grayscale: #6C6C6C. Windows color (decimal): -5294627 or 14497199. OLE color: 14497199.

HSL color Cylindrical-coordinate representation of color #AF35DD: hue angle of 283.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF35DD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17553221-
CMYK0.210.7600.13
HSL283.57º71.19%53.73%-
HSV(B)283.57º76.02%86.67%-
XYZ3216.8869.98-
YUV108.63191.42175.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=38.98%
G=11.80%
B=49.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175532210.210.7600.13283.5771.1953.73
HexAF35DD154C0D11c4736
Octal257653352511401543410766
Binary1010111111010111011101101011001100011011000111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af35dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af35dd; }

 p { color: rgb(175,53,221); }

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

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

 a { background-color: rgb(175,53,221); }

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

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

 span { border-color: rgb(175,53,221); }

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