#AF30C1

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

Shades of Dark Orchid #AF30C1

Tints of Dark Orchid #AF30C1

Color information

#AF30C1 (or 0xAF30C1) is unknown color: approx Dark Orchid. HEX triplet: AF, 30 and C1. RGB value is (175,48,193). Sum of RGB (Red+Green+Blue) = 175+48+193=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF30C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30C1 is #50CF3E. Grayscale: #666666. Windows color (decimal): -5295935 or 12660911. OLE color: 12660911.

HSL color Cylindrical-coordinate representation of color #AF30C1: hue angle of 292.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF30C1 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17548193-
CMYK0.090.7500.24
HSL292.55º60.17%47.25%-
HSV(B)292.55º75.13%75.69%-
XYZ28.3615.0851.87-
YUV102.5179.08179.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=42.07%
G=11.54%
B=46.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175481930.090.7500.24292.5560.1747.25
HexAF30C194B0181253c2f
Octal25760301111130304457457
Binary101011111100001100000110011001011011000100100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF30C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF30C1; }

 p { color: rgb(175,48,193); }

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

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

 a { background-color: rgb(175,48,193); }

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

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

 span { border-color: rgb(175,48,193); }

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