#af34c4

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

Shades of Dark Orchid #AF34C4

Tints of Dark Orchid #AF34C4

Color information

#AF34C4 (or 0xAF34C4) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and C4. RGB value is (175,52,196). Sum of RGB (Red+Green+Blue) = 175+52+196=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF34C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34C4 is #50CB3B. Grayscale: #686868. Windows color (decimal): -5294908 or 12858543. OLE color: 12858543.

HSL color Cylindrical-coordinate representation of color #AF34C4: hue angle of 291.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF34C4 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17552196-
CMYK0.110.7300.23
HSL291.25º58.06%48.63%-
HSV(B)291.25º73.47%76.86%-
XYZ28.8715.5653.71-
YUV105.19179.25177.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=41.37%
G=12.29%
B=46.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175521960.110.7300.23291.2558.0648.63
HexAF34C4B490171233a31
Octal25764304131110274437261
Binary101011111101001100010010111001001010111100100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af34c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af34c4; }

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

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

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

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

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

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

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

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