Html Css Color HEX #AE24CE Dark Orchid

📋 copy color: '#AE24CE'

red 174 ◦ green 36 ◦ blue 206

#AE24CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AE24CE

Tints of Dark Orchid #AE24CE

RGB

 RED value IS 174 (68.36% from 255) = 41.83%

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 41.83%
G = 8.65%
B = 49.52%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE24CE (or 0xAE24CE) is known color: Dark Orchid. HEX triplet: AE, 24 and CE. RGB value is (174,36,206). Sum of RGB (Red+Green+Blue) = 174+36+206=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE24CE is #51DB31. Grayscale: #606060. Windows color (decimal): -5364530 or 13509806. OLE color: 13509806.

HSL color Cylindrical-coordinate representation of color #AE24CE: hue angle of 288.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE24CE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 36 206 -
CMYK 0.16 0.83 0 0.19
HSL 288.71º 0.7% 0.47% -
HSV(B) 288.71º 0.83% 0.81% -
XYZ 29.23 14.72 59.69 -
YUV 96.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 174 36 206 0.16 0.83 0 0.19 288.71 0.7 0.47
Hex AE 24 CE 10 53 0 13 121 46 2F
Octal 256 44 316 20 123 0 23 441 106 57
Binary 10101110 100100 11001110 10000 1010011 0 10011 100100001 1000110 101111

Color Harmonies of #AE24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE24CE

Black with #AE24CE

Text Example


Text Example

White with #AE24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE24CE; }

 p { color: rgb(174,36,206); }

 H1.HeaderClassName
 {
   color: #AE24CE;
 }
 .AnyTagClassName
 {
   color: #AE24CE;
 }
</style>

background-color css

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

 a { background-color: rgb(174,36,206); }

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

border-color css

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

 span { border-color: rgb(174,36,206); }

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