#AF30D3

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

Shades of Dark Orchid #AF30D3

Tints of Dark Orchid #AF30D3

Color information

#AF30D3 (or 0xAF30D3) is unknown color: approx Dark Orchid. HEX triplet: AF, 30 and D3. RGB value is (175,48,211). Sum of RGB (Red+Green+Blue) = 175+48+211=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF30D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30D3 is #50CF2C. Grayscale: #686868. Windows color (decimal): -5295917 or 13840559. OLE color: 13840559.

HSL color Cylindrical-coordinate representation of color #AF30D3: hue angle of 286.75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF30D3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17548211-
CMYK0.170.7700.17
HSL286.75º64.94%50.78%-
HSV(B)286.75º77.25%82.75%-
XYZ30.4915.9363.1-
YUV104.56188.08178.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 211 (82.81% from 255) = 48.62%
R=40.32%
G=11.06%
B=48.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175482110.170.7700.17286.7564.9450.78
HexAF30D3114D01111f4133
Octal257603232111502143710163
Binary10101111110000110100111000110011010100011000111111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF30D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF30D3; }

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

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

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

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

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

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

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

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