Html Css Color HEX #AE37EE Dark Orchid

📋 copy color: '#AE37EE'

red 174 ◦ green 55 ◦ blue 238

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

Shades of Dark Orchid #AE37EE

Tints of Dark Orchid #AE37EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 37.26%
G = 11.78%
B = 50.96%

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

#AE37EE (or 0xAE37EE) is known color: Dark Orchid. HEX triplet: AE, 37 and EE. RGB value is (174,55,238). Sum of RGB (Red+Green+Blue) = 174+55+238=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE37EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37EE is #51C811. Grayscale: #6E6E6E. Windows color (decimal): -5359634 or 15611822. OLE color: 15611822.

HSL color Cylindrical-coordinate representation of color #AE37EE: hue angle of 279.02º degrees, saturation: 0.84, 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 #AE37EE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 55 238 -
CMYK 0.27 0.77 0 0.07
HSL 279.02º 0.84% 0.57% -
HSV(B) 279.02º 0.77% 0.93% -
XYZ 34.25 17.9 82.54 -
YUV 111.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 174 55 238 0.27 0.77 0 0.07 279.02 0.84 0.57
Hex AE 37 EE 1B 4D 0 7 117 54 39
Octal 256 67 356 33 115 0 7 427 124 71
Binary 10101110 110111 11101110 11011 1001101 0 111 100010111 1010100 111001

Color Harmonies of #AE37EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37EE

Black with #AE37EE

Text Example


Text Example

White with #AE37EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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