Html Css Color HEX #AD1AC4 Dark Orchid

📋 copy color: '#AD1AC4'

red 173 ◦ green 26 ◦ blue 196

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

Shades of Dark Orchid #AD1AC4

Tints of Dark Orchid #AD1AC4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 43.8%
G = 6.58%
B = 49.62%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD1AC4 (or 0xAD1AC4) is known color: Dark Orchid. HEX triplet: AD, 1A and C4. RGB value is (173,26,196). Sum of RGB (Red+Green+Blue) = 173+26+196=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD1AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1AC4 is #52E53B. Grayscale: #585858. Windows color (decimal): -5432636 or 12851885. OLE color: 12851885.

HSL color Cylindrical-coordinate representation of color #AD1AC4: hue angle of 291.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1AC4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 26 196 -
CMYK 0.12 0.87 0 0.23
HSL 291.88º 0.77% 0.44% -
HSV(B) 291.88º 0.87% 0.77% -
XYZ 27.57 13.61 53.4 -
YUV 89.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 173 26 196 0.12 0.87 0 0.23 291.88 0.77 0.44
Hex AD 1A C4 C 57 0 17 124 4D 2C
Octal 255 32 304 14 127 0 27 444 115 54
Binary 10101101 11010 11000100 1100 1010111 0 10111 100100100 1001101 101100

Color Harmonies of #AD1AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AC4

Black with #AD1AC4

Text Example


Text Example

White with #AD1AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AC4; }

 p { color: rgb(173,26,196); }

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

background-color css

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

 a { background-color: rgb(173,26,196); }

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

border-color css

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

 span { border-color: rgb(173,26,196); }

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