Html Css Color HEX #AE37D3 Dark Orchid

📋 copy color: '#AE37D3'

red 174 ◦ green 55 ◦ blue 211

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

Shades of Dark Orchid #AE37D3

Tints of Dark Orchid #AE37D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.95%

R = 39.55%
G = 12.5%
B = 47.95%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE37D3 (or 0xAE37D3) is known color: Dark Orchid. HEX triplet: AE, 37 and D3. RGB value is (174,55,211). Sum of RGB (Red+Green+Blue) = 174+55+211=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE37D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37D3 is #51C82C. Grayscale: #6B6B6B. Windows color (decimal): -5359661 or 13842350. OLE color: 13842350.

HSL color Cylindrical-coordinate representation of color #AE37D3: hue angle of 285.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE37D3 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 55 211 -
CMYK 0.18 0.74 0 0.17
HSL 285.77º 0.64% 0.52% -
HSV(B) 285.77º 0.74% 0.83% -
XYZ 30.58 16.43 63.19 -
YUV 108.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 174 55 211 0.18 0.74 0 0.17 285.77 0.64 0.52
Hex AE 37 D3 12 4A 0 11 11E 40 34
Octal 256 67 323 22 112 0 21 436 100 64
Binary 10101110 110111 11010011 10010 1001010 0 10001 100011110 1000000 110100

Color Harmonies of #AE37D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37D3

Black with #AE37D3

Text Example


Text Example

White with #AE37D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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