Html Css Color HEX #AD2ABC Dark Orchid

📋 copy color: '#AD2ABC'

red 173 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #AD2ABC

Tints of Dark Orchid #AD2ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 42.93%
G = 10.42%
B = 46.65%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2ABC (or 0xAD2ABC) is known color: Dark Orchid. HEX triplet: AD, 2A and BC. RGB value is (173,42,188). Sum of RGB (Red+Green+Blue) = 173+42+188=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABC is #52D543. Grayscale: #616161. Windows color (decimal): -5428548 or 12331693. OLE color: 12331693.

HSL color Cylindrical-coordinate representation of color #AD2ABC: hue angle of 293.84º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2ABC is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 42 188 -
CMYK 0.08 0.78 0 0.26
HSL 293.84º 0.63% 0.45% -
HSV(B) 293.84º 0.78% 0.74% -
XYZ 27.14 14.17 48.88 -
YUV 97.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 173 42 188 0.08 0.78 0 0.26 293.84 0.63 0.45
Hex AD 2A BC 8 4E 0 1A 126 3F 2D
Octal 255 52 274 10 116 0 32 446 77 55
Binary 10101101 101010 10111100 1000 1001110 0 11010 100100110 111111 101101

Color Harmonies of #AD2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ABC

Black with #AD2ABC

Text Example


Text Example

White with #AD2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ABC; }

 p { color: rgb(173,42,188); }

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

background-color css

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

 a { background-color: rgb(173,42,188); }

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

border-color css

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

 span { border-color: rgb(173,42,188); }

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