#AE35CD

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

Shades of Dark Orchid #AE35CD

Tints of Dark Orchid #AE35CD

Color information

#AE35CD (or 0xAE35CD) is unknown color: approx Dark Orchid. HEX triplet: AE, 35 and CD. RGB value is (174,53,205). Sum of RGB (Red+Green+Blue) = 174+53+205=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE35CD is #51CA32. Grayscale: #6A6A6A. Windows color (decimal): -5360179 or 13448622. OLE color: 13448622.

HSL color Cylindrical-coordinate representation of color #AE35CD: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE35CD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17453205-
CMYK0.150.7400.20
HSL287.76º60.32%50.59%-
HSV(B)287.76º74.15%80.39%-
XYZ29.7515.9559.27-
YUV106.51183.59176.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=40.28%
G=12.27%
B=47.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174532050.150.7400.20287.7660.3250.59
HexAE35CDF4A0141203c33
Octal25665315171120244407463
Binary101011101101011100110111111001010010100100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35CD; }

 p { color: rgb(174,53,205); }

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

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

 a { background-color: rgb(174,53,205); }

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

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

 span { border-color: rgb(174,53,205); }

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