Html Css Color HEX #AD1CAE Dark Orchid

📋 copy color: '#AD1CAE'

red 173 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #AD1CAE

Tints of Dark Orchid #AD1CAE

RGB

 RED value IS 173 (67.97% from 255) = 46.13%

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 46.13%
G = 7.47%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD1CAE (or 0xAD1CAE) is known color: Dark Orchid. HEX triplet: AD, 1C and AE. RGB value is (173,28,174). Sum of RGB (Red+Green+Blue) = 173+28+174=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD1CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CAE is #52E351. Grayscale: #575757. Windows color (decimal): -5432146 or 11410605. OLE color: 11410605.

HSL color Cylindrical-coordinate representation of color #AD1CAE: hue angle of 299.59º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1CAE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 174 -
CMYK 0.01 0.84 0 0.32
HSL 299.59º 0.72% 0.4% -
HSV(B) 299.59º 0.84% 0.68% -
XYZ 25.29 12.77 41.18 -
YUV 88 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 173 28 174 0.01 0.84 0 0.32 299.59 0.72 0.4
Hex AD 1C AE 1 54 0 20 12C 48 28
Octal 255 34 256 1 124 0 40 454 110 50
Binary 10101101 11100 10101110 1 1010100 0 100000 100101100 1001000 101000

Color Harmonies of #AD1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CAE

Black with #AD1CAE

Text Example


Text Example

White with #AD1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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