Html Css Color HEX #AD38BC Dark Orchid

📋 copy color: '#AD38BC'

red 173 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #AD38BC

Tints of Dark Orchid #AD38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

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

R = 41.49%
G = 13.43%
B = 45.08%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD38BC (or 0xAD38BC) is known color: Dark Orchid. HEX triplet: AD, 38 and BC. RGB value is (173,56,188). Sum of RGB (Red+Green+Blue) = 173+56+188=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38BC is #52C743. Grayscale: #696969. Windows color (decimal): -5424964 or 12335277. OLE color: 12335277.

HSL color Cylindrical-coordinate representation of color #AD38BC: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD38BC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 56 188 -
CMYK 0.08 0.70 0 0.26
HSL 293.18º 0.54% 0.48% -
HSV(B) 293.18º 0.7% 0.74% -
XYZ 27.72 15.34 49.08 -
YUV 106.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 173 56 188 0.08 0.70 0 0.26 293.18 0.54 0.48
Hex AD 38 BC 8 46 0 1A 125 36 30
Octal 255 70 274 10 106 0 32 445 66 60
Binary 10101101 111000 10111100 1000 1000110 0 11010 100100101 110110 110000

Color Harmonies of #AD38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38BC

Black with #AD38BC

Text Example


Text Example

White with #AD38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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