Html Css Color HEX #AE31BD Dark Orchid

📋 copy color: '#AE31BD'

red 174 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #AE31BD

Tints of Dark Orchid #AE31BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 42.23%
G = 11.89%
B = 45.87%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE31BD (or 0xAE31BD) is known color: Dark Orchid. HEX triplet: AE, 31 and BD. RGB value is (174,49,189). Sum of RGB (Red+Green+Blue) = 174+49+189=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31BD is #51CE42. Grayscale: #656565. Windows color (decimal): -5361219 or 12399022. OLE color: 12399022.

HSL color Cylindrical-coordinate representation of color #AE31BD: hue angle of 293.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE31BD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 49 189 -
CMYK 0.08 0.74 0 0.26
HSL 293.57º 0.59% 0.47% -
HSV(B) 293.57º 0.74% 0.74% -
XYZ 27.74 14.87 49.55 -
YUV 102.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 174 49 189 0.08 0.74 0 0.26 293.57 0.59 0.47
Hex AE 31 BD 8 4A 0 1A 126 3B 2F
Octal 256 61 275 10 112 0 32 446 73 57
Binary 10101110 110001 10111101 1000 1001010 0 11010 100100110 111011 101111

Color Harmonies of #AE31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31BD

Black with #AE31BD

Text Example


Text Example

White with #AE31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31BD; }

 p { color: rgb(174,49,189); }

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

background-color css

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

 a { background-color: rgb(174,49,189); }

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

border-color css

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

 span { border-color: rgb(174,49,189); }

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