#af27b6

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

Shades of Dark Orchid #AF27B6

Tints of Dark Orchid #AF27B6

Color information

#AF27B6 (or 0xAF27B6) is unknown color: approx Dark Orchid. HEX triplet: AF, 27 and B6. RGB value is (175,39,182). Sum of RGB (Red+Green+Blue) = 175+39+182=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF27B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27B6 is #50D849. Grayscale: #5F5F5F. Windows color (decimal): -5298250 or 11937711. OLE color: 11937711.

HSL color Cylindrical-coordinate representation of color #AF27B6: hue angle of 297.06º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF27B6 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17539182-
CMYK0.040.7900.29
HSL297.06º64.71%43.33%-
HSV(B)297.06º78.57%71.37%-
XYZ26.8513.9445.53-
YUV95.97176.56184.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=44.19%
G=9.85%
B=45.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175391820.040.7900.29297.0664.7143.33
HexAF27B644F01D129412b
Octal25747266411703545110153
Binary101011111001111011011010010011110111011001010011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af27b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af27b6; }

 p { color: rgb(175,39,182); }

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

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

 a { background-color: rgb(175,39,182); }

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

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

 span { border-color: rgb(175,39,182); }

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