#AF23BF

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

Shades of Dark Orchid #AF23BF

Tints of Dark Orchid #AF23BF

Color information

#AF23BF (or 0xAF23BF) is unknown color: approx Dark Orchid. HEX triplet: AF, 23 and BF. RGB value is (175,35,191). Sum of RGB (Red+Green+Blue) = 175+35+191=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF23BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BF is #50DC40. Grayscale: #5E5E5E. Windows color (decimal): -5299265 or 12526511. OLE color: 12526511.

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

Color convert

RGB17535191-
CMYK0.080.8200.25
HSL293.85º69.03%44.31%-
HSV(B)293.85º81.68%74.9%-
XYZ27.6814.0850.55-
YUV94.64182.38185.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 35 (14.06% from 255) = 8.73%
BLUE value IS 191 (75% from 255) = 47.63%
R=43.64%
G=8.73%
B=47.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175351910.080.8200.25293.8569.0344.31
HexAF23BF852019126452c
Octal257432771012203144610554
Binary1010111110001110111111100010100100110011001001101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF23BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF23BF; }

 p { color: rgb(175,35,191); }

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

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

 a { background-color: rgb(175,35,191); }

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

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

 span { border-color: rgb(175,35,191); }

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