#AF1FB1

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

Shades of Dark Orchid #AF1FB1

Tints of Dark Orchid #AF1FB1

Color information

#AF1FB1 (or 0xAF1FB1) is unknown color: approx Dark Orchid. HEX triplet: AF, 1F and B1. RGB value is (175,31,177). Sum of RGB (Red+Green+Blue) = 175+31+177=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF1FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FB1 is #50E04E. Grayscale: #5A5A5A. Windows color (decimal): -5300303 or 11607983. OLE color: 11607983.

HSL color Cylindrical-coordinate representation of color #AF1FB1: hue angle of 299.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1FB1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17531177-
CMYK0.010.8200.31
HSL299.18º70.19%40.78%-
HSV(B)299.18º82.49%69.41%-
XYZ26.113.2742.78-
YUV90.7176.71188.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 31 (12.5% from 255) = 8.09%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=45.69%
G=8.09%
B=46.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175311770.010.8200.31299.1870.1940.78
HexAF1FB115201F12b4629
Octal25737261112203745310651
Binary101011111111110110001110100100111111001010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1FB1; }

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

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

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

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

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

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

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

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