Html Css Color HEX #AE2CBC Dark Orchid

📋 copy color: '#AE2CBC'

red 174 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #AE2CBC

Tints of Dark Orchid #AE2CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 42.86%
G = 10.84%
B = 46.31%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE2CBC (or 0xAE2CBC) is known color: Dark Orchid. HEX triplet: AE, 2C and BC. RGB value is (174,44,188). Sum of RGB (Red+Green+Blue) = 174+44+188=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CBC is #51D343. Grayscale: #626262. Windows color (decimal): -5362500 or 12332206. OLE color: 12332206.

HSL color Cylindrical-coordinate representation of color #AE2CBC: hue angle of 294.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2CBC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 44 188 -
CMYK 0.07 0.77 0 0.26
HSL 294.17º 0.62% 0.45% -
HSV(B) 294.17º 0.77% 0.74% -
XYZ 27.43 14.43 48.92 -
YUV 99.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 174 44 188 0.07 0.77 0 0.26 294.17 0.62 0.45
Hex AE 2C BC 7 4D 0 1A 126 3E 2D
Octal 256 54 274 7 115 0 32 446 76 55
Binary 10101110 101100 10111100 111 1001101 0 11010 100100110 111110 101101

Color Harmonies of #AE2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2CBC

Black with #AE2CBC

Text Example


Text Example

White with #AE2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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