Html Css Color HEX #AE2ABC Dark Orchid

📋 copy color: '#AE2ABC'

red 174 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #AE2ABC

Tints of Dark Orchid #AE2ABC

RGB

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

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

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

R = 43.07%
G = 10.4%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE2ABC (or 0xAE2ABC) is known color: Dark Orchid. HEX triplet: AE, 2A and BC. RGB value is (174,42,188). Sum of RGB (Red+Green+Blue) = 174+42+188=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ABC is #51D543. Grayscale: #616161. Windows color (decimal): -5363012 or 12331694. OLE color: 12331694.

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

Color convert

RGB 174 42 188 -
CMYK 0.07 0.78 0 0.26
HSL 294.25º 0.63% 0.45% -
HSV(B) 294.25º 0.78% 0.74% -
XYZ 27.36 14.29 48.89 -
YUV 98.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 174 42 188 0.07 0.78 0 0.26 294.25 0.63 0.45
Hex AE 2A BC 7 4E 0 1A 126 3F 2D
Octal 256 52 274 7 116 0 32 446 77 55
Binary 10101110 101010 10111100 111 1001110 0 11010 100100110 111111 101101

Color Harmonies of #AE2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2ABC

Black with #AE2ABC

Text Example


Text Example

White with #AE2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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