Html Css Color HEX #AD1BAE Dark Orchid

📋 copy color: '#AD1BAE'

red 173 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #AD1BAE

Tints of Dark Orchid #AD1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.22%

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

R = 46.26%
G = 7.22%
B = 46.52%

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

#AD1BAE (or 0xAD1BAE) is known color: Dark Orchid. HEX triplet: AD, 1B and AE. RGB value is (173,27,174). Sum of RGB (Red+Green+Blue) = 173+27+174=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BAE is #52E451. Grayscale: #565656. Windows color (decimal): -5432402 or 11410349. OLE color: 11410349.

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

Color convert

RGB 173 27 174 -
CMYK 0.01 0.84 0 0.32
HSL 299.59º 0.73% 0.39% -
HSV(B) 299.59º 0.84% 0.68% -
XYZ 25.27 12.72 41.17 -
YUV 87.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 173 27 174 0.01 0.84 0 0.32 299.59 0.73 0.39
Hex AD 1B AE 1 54 0 20 12C 49 27
Octal 255 33 256 1 124 0 40 454 111 47
Binary 10101101 11011 10101110 1 1010100 0 100000 100101100 1001001 100111

Color Harmonies of #AD1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BAE

Black with #AD1BAE

Text Example


Text Example

White with #AD1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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