Html Css Color HEX #AD30AF Dark Orchid

📋 copy color: '#AD30AF'

red 173 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #AD30AF

Tints of Dark Orchid #AD30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.12%

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

R = 43.69%
G = 12.12%
B = 44.19%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD30AF (or 0xAD30AF) is known color: Dark Orchid. HEX triplet: AD, 30 and AF. RGB value is (173,48,175). Sum of RGB (Red+Green+Blue) = 173+48+175=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AF is #52CF50. Grayscale: #636363. Windows color (decimal): -5427025 or 11481261. OLE color: 11481261.

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

Color convert

RGB 173 48 175 -
CMYK 0.01 0.73 0 0.31
HSL 299.06º 0.57% 0.44% -
HSV(B) 299.06º 0.73% 0.69% -
XYZ 26.03 14.09 41.91 -
YUV 99.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 173 48 175 0.01 0.73 0 0.31 299.06 0.57 0.44
Hex AD 30 AF 1 49 0 1F 12B 39 2C
Octal 255 60 257 1 111 0 37 453 71 54
Binary 10101101 110000 10101111 1 1001001 0 11111 100101011 111001 101100

Color Harmonies of #AD30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30AF

Black with #AD30AF

Text Example


Text Example

White with #AD30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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