#AF34DC

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

Shades of Dark Orchid #AF34DC

Tints of Dark Orchid #AF34DC

Color information

#AF34DC (or 0xAF34DC) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and DC. RGB value is (175,52,220). Sum of RGB (Red+Green+Blue) = 175+52+220=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34DC is #50CB23. Grayscale: #6B6B6B. Windows color (decimal): -5294884 or 14431407. OLE color: 14431407.

HSL color Cylindrical-coordinate representation of color #AF34DC: hue angle of 283.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF34DC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17552220-
CMYK0.200.7600.14
HSL283.93º70.59%53.33%-
HSV(B)283.93º76.36%86.27%-
XYZ31.8316.7469.26-
YUV107.93191.25175.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 52 (20.70% from 255) = 11.63%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=39.15%
G=11.63%
B=49.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175522200.200.7600.14283.9370.5953.33
HexAF34DC144C0E11c4735
Octal257643342411401643410765
Binary1010111111010011011100101001001100011101000111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34DC; }

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

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

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

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

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

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

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

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