Html Css Color HEX #AE1CC1 Dark Orchid

📋 copy color: '#AE1CC1'

red 174 ◦ green 28 ◦ blue 193

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

Shades of Dark Orchid #AE1CC1

Tints of Dark Orchid #AE1CC1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 44.05%
G = 7.09%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE1CC1 (or 0xAE1CC1) is known color: Dark Orchid. HEX triplet: AE, 1C and C1. RGB value is (174,28,193). Sum of RGB (Red+Green+Blue) = 174+28+193=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CC1 is #51E33E. Grayscale: #595959. Windows color (decimal): -5366591 or 12655790. OLE color: 12655790.

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

Color convert

RGB 174 28 193 -
CMYK 0.10 0.85 0 0.24
HSL 293.09º 0.75% 0.43% -
HSV(B) 293.09º 0.85% 0.76% -
XYZ 27.5 13.68 51.64 -
YUV 90.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 174 28 193 0.10 0.85 0 0.24 293.09 0.75 0.43
Hex AE 1C C1 A 55 0 18 125 4B 2B
Octal 256 34 301 12 125 0 30 445 113 53
Binary 10101110 11100 11000001 1010 1010101 0 11000 100100101 1001011 101011

Color Harmonies of #AE1CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CC1

Black with #AE1CC1

Text Example


Text Example

White with #AE1CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CC1; }

 p { color: rgb(174,28,193); }

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

background-color css

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

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

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

border-color css

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

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

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