Html Css Color HEX #AE2ACC Dark Orchid

📋 copy color: '#AE2ACC'

red 174 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #AE2ACC

Tints of Dark Orchid #AE2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 41.43%
G = 10%
B = 48.57%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE2ACC (or 0xAE2ACC) is known color: Dark Orchid. HEX triplet: AE, 2A and CC. RGB value is (174,42,204). Sum of RGB (Red+Green+Blue) = 174+42+204=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ACC is #51D533. Grayscale: #636363. Windows color (decimal): -5362996 or 13380270. OLE color: 13380270.

HSL color Cylindrical-coordinate representation of color #AE2ACC: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2ACC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 42 204 -
CMYK 0.15 0.79 0 0.2
HSL 288.89º 0.66% 0.48% -
HSV(B) 288.89º 0.79% 0.8% -
XYZ 29.18 15.01 58.49 -
YUV 99.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 174 42 204 0.15 0.79 0 0.2 288.89 0.66 0.48
Hex AE 2A CC F 4F 0 14 121 42 30
Octal 256 52 314 17 117 0 24 441 102 60
Binary 10101110 101010 11001100 1111 1001111 0 10100 100100001 1000010 110000

Color Harmonies of #AE2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2ACC

Black with #AE2ACC

Text Example


Text Example

White with #AE2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2ACC; }

 p { color: rgb(174,42,204); }

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

background-color css

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

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

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

border-color css

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

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

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