#AF1DE7

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

Shades of Dark Orchid #AF1DE7

Tints of Dark Orchid #AF1DE7

Color information

#AF1DE7 (or 0xAF1DE7) is unknown color: approx Dark Orchid. HEX triplet: AF, 1D and E7. RGB value is (175,29,231). Sum of RGB (Red+Green+Blue) = 175+29+231=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF1DE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DE7 is #50E218. Grayscale: #5F5F5F. Windows color (decimal): -5300761 or 15146415. OLE color: 15146415.

HSL color Cylindrical-coordinate representation of color #AF1DE7: hue angle of 283.37º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DE7 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17529231-
CMYK0.240.8700.09
HSL283.37º80.8%50.98%-
HSV(B)283.37º87.45%90.59%-
XYZ32.5415.7676.93-
YUV95.68204.37184.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 29 (11.72% from 255) = 6.67%
BLUE value IS 231 (90.62% from 255) = 53.10%
R=40.23%
G=6.67%
B=53.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175292310.240.8700.09283.3780.850.98
HexAF1DE718570911b5133
Octal257353473012701143312163
Binary101011111110111100111110001010111010011000110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1DE7; }

 p { color: rgb(175,29,231); }

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

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

 a { background-color: rgb(175,29,231); }

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

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

 span { border-color: rgb(175,29,231); }

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