#AE37BC

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

Shades of Dark Orchid #AE37BC

Tints of Dark Orchid #AE37BC

Color information

#AE37BC (or 0xAE37BC) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and BC. RGB value is (174,55,188). Sum of RGB (Red+Green+Blue) = 174+55+188=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37BC is #51C843. Grayscale: #696969. Windows color (decimal): -5359684 or 12335022. OLE color: 12335022.

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

Color convert

RGB17455188-
CMYK0.070.7100.26
HSL293.68º54.73%47.65%-
HSV(B)293.68º70.74%73.73%-
XYZ27.915.3649.07-
YUV105.74174.42176.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 55 (21.88% from 255) = 13.19%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=41.73%
G=13.19%
B=45.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174551880.070.7100.26293.6854.7347.65
HexAE37BC74701A1263730
Octal2566727471070324466760
Binary10101110110111101111001111000111011010100100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37BC; }

 p { color: rgb(174,55,188); }

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

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

 a { background-color: rgb(174,55,188); }

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

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

 span { border-color: rgb(174,55,188); }

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