Html Css Color HEX #AE37ED Dark Orchid

📋 copy color: '#AE37ED'

red 174 ◦ green 55 ◦ blue 237

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

Shades of Dark Orchid #AE37ED

Tints of Dark Orchid #AE37ED

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 37.34%
G = 11.8%
B = 50.86%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE37ED (or 0xAE37ED) is known color: Dark Orchid. HEX triplet: AE, 37 and ED. RGB value is (174,55,237). Sum of RGB (Red+Green+Blue) = 174+55+237=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE37ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37ED is #51C812. Grayscale: #6E6E6E. Windows color (decimal): -5359635 or 15546286. OLE color: 15546286.

HSL color Cylindrical-coordinate representation of color #AE37ED: hue angle of 279.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE37ED is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 55 237 -
CMYK 0.27 0.77 0 0.07
HSL 279.23º 0.83% 0.57% -
HSV(B) 279.23º 0.77% 0.93% -
XYZ 34.11 17.85 81.77 -
YUV 111.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 174 55 237 0.27 0.77 0 0.07 279.23 0.83 0.57
Hex AE 37 ED 1B 4D 0 7 117 53 39
Octal 256 67 355 33 115 0 7 427 123 71
Binary 10101110 110111 11101101 11011 1001101 0 111 100010111 1010011 111001

Color Harmonies of #AE37ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37ED

Black with #AE37ED

Text Example


Text Example

White with #AE37ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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