#AF2BBA

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

Shades of Dark Orchid #AF2BBA

Tints of Dark Orchid #AF2BBA

Color information

#AF2BBA (or 0xAF2BBA) is unknown color: approx Dark Orchid. HEX triplet: AF, 2B and BA. RGB value is (175,43,186). Sum of RGB (Red+Green+Blue) = 175+43+186=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBA is #50D445. Grayscale: #626262. Windows color (decimal): -5297222 or 12200879. OLE color: 12200879.

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

Color convert

RGB17543186-
CMYK0.060.7700.27
HSL295.38º62.45%44.9%-
HSV(B)295.38º76.88%72.94%-
XYZ27.4114.3947.79-
YUV98.77177.23182.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=43.32%
G=10.64%
B=46.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175431860.060.7700.27295.3862.4544.9
HexAF2BBA64D01B1273e2d
Octal2575327261150334477655
Binary10101111101011101110101101001101011011100100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2BBA; }

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

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

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

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

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

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

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

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