#AF25CC

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

Shades of Dark Orchid #AF25CC

Tints of Dark Orchid #AF25CC

Color information

#AF25CC (or 0xAF25CC) is unknown color: approx Dark Orchid. HEX triplet: AF, 25 and CC. RGB value is (175,37,204). Sum of RGB (Red+Green+Blue) = 175+37+204=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25CC is #50DA33. Grayscale: #606060. Windows color (decimal): -5298740 or 13378991. OLE color: 13378991.

HSL color Cylindrical-coordinate representation of color #AF25CC: hue angle of 289.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF25CC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17537204-
CMYK0.140.8200.2
HSL289.58º69.29%47.25%-
HSV(B)289.58º81.86%80%-
XYZ29.2414.858.44-
YUV97.3188.22183.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 37 (14.84% from 255) = 8.89%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=42.07%
G=8.89%
B=49.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175372040.140.8200.2289.5869.2947.25
HexAF25CCE52014122452f
Octal257453141612202444210557
Binary1010111110010111001100111010100100101001001000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF25CC; }

 p { color: rgb(175,37,204); }

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

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

 a { background-color: rgb(175,37,204); }

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

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

 span { border-color: rgb(175,37,204); }

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