Html Css Color HEX #AE36CA Dark Orchid

📋 copy color: '#AE36CA'

red 174 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #AE36CA

Tints of Dark Orchid #AE36CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 40.47%
G = 12.56%
B = 46.98%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE36CA (or 0xAE36CA) is known color: Dark Orchid. HEX triplet: AE, 36 and CA. RGB value is (174,54,202). Sum of RGB (Red+Green+Blue) = 174+54+202=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE36CA is #51C935. Grayscale: #6A6A6A. Windows color (decimal): -5359926 or 13252270. OLE color: 13252270.

HSL color Cylindrical-coordinate representation of color #AE36CA: hue angle of 288.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE36CA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 54 202 -
CMYK 0.14 0.73 0 0.21
HSL 288.65º 0.58% 0.5% -
HSV(B) 288.65º 0.73% 0.79% -
XYZ 29.44 15.9 57.39 -
YUV 106.75 181.76 175.97 -
System Red Green Blue C M Y K H S L
Decimal 174 54 202 0.14 0.73 0 0.21 288.65 0.58 0.5
Hex AE 36 CA E 49 0 15 121 3A 32
Octal 256 66 312 16 111 0 25 441 72 62
Binary 10101110 110110 11001010 1110 1001001 0 10101 100100001 111010 110010

Color Harmonies of #AE36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE36CA

Black with #AE36CA

Text Example


Text Example

White with #AE36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE36CA; }

 p { color: rgb(174,54,202); }

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

background-color css

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

 a { background-color: rgb(174,54,202); }

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

border-color css

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

 span { border-color: rgb(174,54,202); }

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