Html Css Color HEX #AE2CBA Dark Orchid

📋 copy color: '#AE2CBA'

red 174 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #AE2CBA

Tints of Dark Orchid #AE2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.89%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 43.07%
G = 10.89%
B = 46.04%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE2CBA (or 0xAE2CBA) is known color: Dark Orchid. HEX triplet: AE, 2C and BA. RGB value is (174,44,186). Sum of RGB (Red+Green+Blue) = 174+44+186=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CBA is #51D345. Grayscale: #626262. Windows color (decimal): -5362502 or 12201134. OLE color: 12201134.

HSL color Cylindrical-coordinate representation of color #AE2CBA: hue angle of 294.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2CBA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 44 186 -
CMYK 0.06 0.76 0 0.27
HSL 294.93º 0.62% 0.45% -
HSV(B) 294.93º 0.76% 0.73% -
XYZ 27.22 14.35 47.79 -
YUV 99.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 174 44 186 0.06 0.76 0 0.27 294.93 0.62 0.45
Hex AE 2C BA 6 4C 0 1B 127 3E 2D
Octal 256 54 272 6 114 0 33 447 76 55
Binary 10101110 101100 10111010 110 1001100 0 11011 100100111 111110 101101

Color Harmonies of #AE2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2CBA

Black with #AE2CBA

Text Example


Text Example

White with #AE2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2CBA; }

 p { color: rgb(174,44,186); }

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

background-color css

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

 a { background-color: rgb(174,44,186); }

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

border-color css

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

 span { border-color: rgb(174,44,186); }

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