#AF1BBE

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

Shades of Dark Orchid #AF1BBE

Tints of Dark Orchid #AF1BBE

Color information

#AF1BBE (or 0xAF1BBE) is unknown color: approx Dark Orchid. HEX triplet: AF, 1B and BE. RGB value is (175,27,190). Sum of RGB (Red+Green+Blue) = 175+27+190=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBE is #50E441. Grayscale: #595959. Windows color (decimal): -5301314 or 12458927. OLE color: 12458927.

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

Color convert

RGB17527190-
CMYK0.080.8600.25
HSL294.48º75.12%42.55%-
HSV(B)294.48º85.79%74.51%-
XYZ27.3713.6249.9-
YUV89.83184.53188.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 27 (10.94% from 255) = 6.89%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=44.64%
G=6.89%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175271900.080.8600.25294.4875.1242.55
HexAF1BBE8560191264b2b
Octal257332761012603144611353
Binary101011111101110111110100010101100110011001001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1BBE; }

 p { color: rgb(175,27,190); }

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

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

 a { background-color: rgb(175,27,190); }

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

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

 span { border-color: rgb(175,27,190); }

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