Html Css Color HEX #AD1CAF Dark Orchid

📋 copy color: '#AD1CAF'

red 173 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #AD1CAF

Tints of Dark Orchid #AD1CAF

RGB

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

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

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

R = 46.01%
G = 7.45%
B = 46.54%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD1CAF (or 0xAD1CAF) is known color: Dark Orchid. HEX triplet: AD, 1C and AF. RGB value is (173,28,175). Sum of RGB (Red+Green+Blue) = 173+28+175=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD1CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CAF is #52E350. Grayscale: #575757. Windows color (decimal): -5432145 or 11476141. OLE color: 11476141.

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

Color convert

RGB 173 28 175 -
CMYK 0.01 0.84 0 0.31
HSL 299.18º 0.72% 0.4% -
HSV(B) 299.18º 0.84% 0.69% -
XYZ 25.39 12.81 41.69 -
YUV 88.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 173 28 175 0.01 0.84 0 0.31 299.18 0.72 0.4
Hex AD 1C AF 1 54 0 1F 12B 48 28
Octal 255 34 257 1 124 0 37 453 110 50
Binary 10101101 11100 10101111 1 1010100 0 11111 100101011 1001000 101000

Color Harmonies of #AD1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CAF

Black with #AD1CAF

Text Example


Text Example

White with #AD1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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