#AF34EE

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

Shades of Dark Orchid #AF34EE

Tints of Dark Orchid #AF34EE

Color information

#AF34EE (or 0xAF34EE) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and EE. RGB value is (175,52,238). Sum of RGB (Red+Green+Blue) = 175+52+238=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF34EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34EE is #50CB11. Grayscale: #6D6D6D. Windows color (decimal): -5294866 or 15611055. OLE color: 15611055.

HSL color Cylindrical-coordinate representation of color #AF34EE: hue angle of 279.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF34EE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17552238-
CMYK0.260.7800.07
HSL279.68º84.55%56.86%-
HSV(B)279.68º78.15%93.33%-
XYZ34.3417.7482.5-
YUV109.98200.25174.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=37.63%
G=11.18%
B=51.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175522380.260.7800.07279.6884.5556.86
HexAF34EE1A4E071185539
Octal25764356321160743012571
Binary101011111101001110111011010100111001111000110001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34EE; }

 p { color: rgb(175,52,238); }

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

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

 a { background-color: rgb(175,52,238); }

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

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

 span { border-color: rgb(175,52,238); }

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