Html Css Color HEX #AE2CC2 Dark Orchid

📋 copy color: '#AE2CC2'

red 174 ◦ green 44 ◦ blue 194

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

Shades of Dark Orchid #AE2CC2

Tints of Dark Orchid #AE2CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 42.23%
G = 10.68%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE2CC2 (or 0xAE2CC2) is known color: Dark Orchid. HEX triplet: AE, 2C and C2. RGB value is (174,44,194). Sum of RGB (Red+Green+Blue) = 174+44+194=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE2CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CC2 is #51D33D. Grayscale: #636363. Windows color (decimal): -5362494 or 12725422. OLE color: 12725422.

HSL color Cylindrical-coordinate representation of color #AE2CC2: hue angle of 292º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2CC2 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 44 194 -
CMYK 0.10 0.77 0 0.24
HSL 292º 0.63% 0.47% -
HSV(B) 292º 0.77% 0.76% -
XYZ 28.09 14.7 52.39 -
YUV 99.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 174 44 194 0.10 0.77 0 0.24 292 0.63 0.47
Hex AE 2C C2 A 4D 0 18 124 3F 2F
Octal 256 54 302 12 115 0 30 444 77 57
Binary 10101110 101100 11000010 1010 1001101 0 11000 100100100 111111 101111

Color Harmonies of #AE2CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2CC2

Black with #AE2CC2

Text Example


Text Example

White with #AE2CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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