#AF1FBF

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

Shades of Dark Orchid #AF1FBF

Tints of Dark Orchid #AF1FBF

Color information

#AF1FBF (or 0xAF1FBF) is unknown color: approx Dark Orchid. HEX triplet: AF, 1F and BF. RGB value is (175,31,191). Sum of RGB (Red+Green+Blue) = 175+31+191=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF1FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FBF is #50E040. Grayscale: #5B5B5B. Windows color (decimal): -5300289 or 12525487. OLE color: 12525487.

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

Color convert

RGB17531191-
CMYK0.080.8400.25
HSL294º72.07%43.53%-
HSV(B)294º83.77%74.9%-
XYZ27.5713.8650.51-
YUV92.3183.71186.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 191 (75% from 255) = 48.11%
R=44.08%
G=7.81%
B=48.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175311910.080.8400.2529472.0743.53
HexAF1FBF854019126482c
Octal257372771012403144611054
Binary101011111111110111111100010101000110011001001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1FBF; }

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

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

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

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

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

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

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

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