Html Css Color HEX #AD1EAF Dark Orchid

📋 copy color: '#AD1EAF'

red 173 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #AD1EAF

Tints of Dark Orchid #AD1EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.94%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 45.77%
G = 7.94%
B = 46.3%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD1EAF (or 0xAD1EAF) is known color: Dark Orchid. HEX triplet: AD, 1E and AF. RGB value is (173,30,175). Sum of RGB (Red+Green+Blue) = 173+30+175=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD1EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EAF is #52E150. Grayscale: #585858. Windows color (decimal): -5431633 or 11476653. OLE color: 11476653.

HSL color Cylindrical-coordinate representation of color #AD1EAF: hue angle of 299.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EAF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 30 175 -
CMYK 0.01 0.83 0 0.31
HSL 299.17º 0.71% 0.4% -
HSV(B) 299.17º 0.83% 0.69% -
XYZ 25.44 12.91 41.71 -
YUV 89.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 173 30 175 0.01 0.83 0 0.31 299.17 0.71 0.4
Hex AD 1E AF 1 53 0 1F 12B 47 28
Octal 255 36 257 1 123 0 37 453 107 50
Binary 10101101 11110 10101111 1 1010011 0 11111 100101011 1000111 101000

Color Harmonies of #AD1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EAF

Black with #AD1EAF

Text Example


Text Example

White with #AD1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EAF; }

 p { color: rgb(173,30,175); }

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

background-color css

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

 a { background-color: rgb(173,30,175); }

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

border-color css

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

 span { border-color: rgb(173,30,175); }

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