Html Css Color HEX #AE2DB1 Dark Orchid

📋 copy color: '#AE2DB1'

red 174 ◦ green 45 ◦ blue 177

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

Shades of Dark Orchid #AE2DB1

Tints of Dark Orchid #AE2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 177 (69.53% from 255) = 44.7%

R = 43.94%
G = 11.36%
B = 44.7%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE2DB1 (or 0xAE2DB1) is known color: Dark Orchid. HEX triplet: AE, 2D and B1. RGB value is (174,45,177). Sum of RGB (Red+Green+Blue) = 174+45+177=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2DB1 is #51D24E. Grayscale: #626262. Windows color (decimal): -5362255 or 11611566. OLE color: 11611566.

HSL color Cylindrical-coordinate representation of color #AE2DB1: hue angle of 298.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2DB1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 45 177 -
CMYK 0.02 0.75 0 0.31
HSL 298.64º 0.59% 0.44% -
HSV(B) 298.64º 0.75% 0.69% -
XYZ 26.33 14.05 42.92 -
YUV 98.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 174 45 177 0.02 0.75 0 0.31 298.64 0.59 0.44
Hex AE 2D B1 2 4B 0 1F 12B 3B 2C
Octal 256 55 261 2 113 0 37 453 73 54
Binary 10101110 101101 10110001 10 1001011 0 11111 100101011 111011 101100

Color Harmonies of #AE2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DB1

Black with #AE2DB1

Text Example


Text Example

White with #AE2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DB1; }

 p { color: rgb(174,45,177); }

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

background-color css

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

 a { background-color: rgb(174,45,177); }

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

border-color css

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

 span { border-color: rgb(174,45,177); }

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