Html Css Color HEX #AE17CB Dark Orchid

📋 copy color: '#AE17CB'

red 174 ◦ green 23 ◦ blue 203

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

Shades of Dark Orchid #AE17CB

Tints of Dark Orchid #AE17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 43.5%
G = 5.75%
B = 50.75%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE17CB (or 0xAE17CB) is known color: Dark Orchid. HEX triplet: AE, 17 and CB. RGB value is (174,23,203). Sum of RGB (Red+Green+Blue) = 174+23+203=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17CB is #51E834. Grayscale: #585858. Windows color (decimal): -5367861 or 13309870. OLE color: 13309870.

HSL color Cylindrical-coordinate representation of color #AE17CB: hue angle of 290.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE17CB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 23 203 -
CMYK 0.14 0.89 0 0.20
HSL 290.33º 0.8% 0.44% -
HSV(B) 290.33º 0.89% 0.8% -
XYZ 28.54 13.92 57.68 -
YUV 88.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 174 23 203 0.14 0.89 0 0.20 290.33 0.8 0.44
Hex AE 17 CB E 59 0 14 122 50 2C
Octal 256 27 313 16 131 0 24 442 120 54
Binary 10101110 10111 11001011 1110 1011001 0 10100 100100010 1010000 101100

Color Harmonies of #AE17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17CB

Black with #AE17CB

Text Example


Text Example

White with #AE17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17CB; }

 p { color: rgb(174,23,203); }

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

background-color css

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

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

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

border-color css

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

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

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