#AF34BC

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

Shades of Dark Orchid #AF34BC

Tints of Dark Orchid #AF34BC

Color information

#AF34BC (or 0xAF34BC) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and BC. RGB value is (175,52,188). Sum of RGB (Red+Green+Blue) = 175+52+188=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34BC is #50CB43. Grayscale: #676767. Windows color (decimal): -5294916 or 12334255. OLE color: 12334255.

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

Color convert

RGB17552188-
CMYK0.070.7200.26
HSL294.26º56.67%47.06%-
HSV(B)294.26º72.34%73.73%-
XYZ27.9815.249.04-
YUV104.28175.25178.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=42.17%
G=12.53%
B=45.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175521880.070.7200.26294.2656.6747.06
HexAF34BC74801A126392f
Octal2576427471100324467157
Binary10101111110100101111001111001000011010100100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34BC; }

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

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

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

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

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

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

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

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