#AF26BF

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

Shades of Dark Orchid #AF26BF

Tints of Dark Orchid #AF26BF

Color information

#AF26BF (or 0xAF26BF) is unknown color: approx Dark Orchid. HEX triplet: AF, 26 and BF. RGB value is (175,38,191). Sum of RGB (Red+Green+Blue) = 175+38+191=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF26BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26BF is #50D940. Grayscale: #5F5F5F. Windows color (decimal): -5298497 or 12527279. OLE color: 12527279.

HSL color Cylindrical-coordinate representation of color #AF26BF: hue angle of 293.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF26BF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17538191-
CMYK0.080.8000.25
HSL293.73º66.81%44.9%-
HSV(B)293.73º80.1%74.9%-
XYZ27.7814.2650.58-
YUV96.4181.39184.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 38 (15.23% from 255) = 9.41%
BLUE value IS 191 (75% from 255) = 47.28%
R=43.32%
G=9.41%
B=47.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175381910.080.8000.25293.7366.8144.9
HexAF26BF850019126432d
Octal257462771012003144610355
Binary1010111110011010111111100010100000110011001001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF26BF; }

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

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

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

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

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

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

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

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