#AF1DBA

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

Shades of Dark Orchid #AF1DBA

Tints of Dark Orchid #AF1DBA

Color information

#AF1DBA (or 0xAF1DBA) is unknown color: approx Dark Orchid. HEX triplet: AF, 1D and BA. RGB value is (175,29,186). Sum of RGB (Red+Green+Blue) = 175+29+186=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DBA is #50E245. Grayscale: #5A5A5A. Windows color (decimal): -5300806 or 12197295. OLE color: 12197295.

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

Color convert

RGB17529186-
CMYK0.060.8400.27
HSL295.8º73.02%42.16%-
HSV(B)295.8º84.41%72.94%-
XYZ26.9813.5447.65-
YUV90.55181.87188.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 29 (11.72% from 255) = 7.44%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=44.87%
G=7.44%
B=47.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175291860.060.8400.27295.873.0242.16
HexAF1DBA65401B128492a
Octal25735272612403345011152
Binary10101111111011011101011010101000110111001010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1DBA; }

 p { color: rgb(175,29,186); }

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

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

 a { background-color: rgb(175,29,186); }

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

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

 span { border-color: rgb(175,29,186); }

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