#AF23BB

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

Shades of Dark Orchid #AF23BB

Tints of Dark Orchid #AF23BB

Color information

#AF23BB (or 0xAF23BB) is unknown color: approx Dark Orchid. HEX triplet: AF, 23 and BB. RGB value is (175,35,187). Sum of RGB (Red+Green+Blue) = 175+35+187=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BB is #50DC44. Grayscale: #5D5D5D. Windows color (decimal): -5299269 or 12264367. OLE color: 12264367.

HSL color Cylindrical-coordinate representation of color #AF23BB: hue angle of 295.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23BB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17535187-
CMYK0.060.8100.27
HSL295.26º68.47%43.53%-
HSV(B)295.26º81.28%73.33%-
XYZ27.2513.948.26-
YUV94.19180.38185.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 35 (14.06% from 255) = 8.82%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=44.08%
G=8.82%
B=47.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175351870.060.8100.27295.2668.4743.53
HexAF23BB65101B127442c
Octal25743273612103344710454
Binary101011111000111011101111010100010110111001001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF23BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF23BB; }

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

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

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

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

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

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

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

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