Html Css Color HEX #AE2BAE Dark Orchid

📋 copy color: '#AE2BAE'

red 174 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #AE2BAE

Tints of Dark Orchid #AE2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 44.5%
G = 11%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE2BAE (or 0xAE2BAE) is known color: Dark Orchid. HEX triplet: AE, 2B and AE. RGB value is (174,43,174). Sum of RGB (Red+Green+Blue) = 174+43+174=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BAE is #51D451. Grayscale: #606060. Windows color (decimal): -5362770 or 11414446. OLE color: 11414446.

HSL color Cylindrical-coordinate representation of color #AE2BAE: hue angle of 300º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2BAE is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 43 174 -
CMYK 0 0.75 0 0.32
HSL 300º 0.6% 0.43% -
HSV(B) 300º 0.75% 0.68% -
XYZ 25.96 13.78 41.34 -
YUV 97.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 174 43 174 0 0.75 0 0.32 300 0.6 0.43
Hex AE 2B AE 0 4B 0 20 12C 3C 2B
Octal 256 53 256 0 113 0 40 454 74 53
Binary 10101110 101011 10101110 0 1001011 0 100000 100101100 111100 101011

Color Harmonies of #AE2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BAE

Black with #AE2BAE

Text Example


Text Example

White with #AE2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BAE; }

 p { color: rgb(174,43,174); }

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

background-color css

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

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

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

border-color css

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

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

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