#af33ed

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

Shades of Dark Orchid #AF33ED

Tints of Dark Orchid #AF33ED

Color information

#AF33ED (or 0xAF33ED) is unknown color: approx Dark Orchid. HEX triplet: AF, 33 and ED. RGB value is (175,51,237). Sum of RGB (Red+Green+Blue) = 175+51+237=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33ED is #50CC12. Grayscale: #6C6C6C. Windows color (decimal): -5295123 or 15545263. OLE color: 15545263.

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

Color convert

RGB17551237-
CMYK0.260.7800.07
HSL280º83.78%56.47%-
HSV(B)280º78.48%92.94%-
XYZ34.1517.681.72-
YUV109.28200.08174.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 51 (20.31% from 255) = 11.02%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=37.80%
G=11.02%
B=51.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175512370.260.7800.0728083.7856.47
HexAF33ED1A4E071185438
Octal25763355321160743012470
Binary101011111100111110110111010100111001111000110001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af33ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af33ed; }

 p { color: rgb(175,51,237); }

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

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

 a { background-color: rgb(175,51,237); }

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

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

 span { border-color: rgb(175,51,237); }

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