Html Css Color HEX #AD3ACC Dark Orchid

📋 copy color: '#AD3ACC'

red 173 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #AD3ACC

Tints of Dark Orchid #AD3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 39.77%
G = 13.33%
B = 46.9%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD3ACC (or 0xAD3ACC) is known color: Dark Orchid. HEX triplet: AD, 3A and CC. RGB value is (173,58,204). Sum of RGB (Red+Green+Blue) = 173+58+204=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ACC is #52C533. Grayscale: #6C6C6C. Windows color (decimal): -5424436 or 13384365. OLE color: 13384365.

HSL color Cylindrical-coordinate representation of color #AD3ACC: hue angle of 287.26º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3ACC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 58 204 -
CMYK 0.15 0.72 0 0.2
HSL 287.26º 0.59% 0.51% -
HSV(B) 287.26º 0.72% 0.8% -
XYZ 29.65 16.27 58.7 -
YUV 109.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 173 58 204 0.15 0.72 0 0.2 287.26 0.59 0.51
Hex AD 3A CC F 48 0 14 11F 3B 33
Octal 255 72 314 17 110 0 24 437 73 63
Binary 10101101 111010 11001100 1111 1001000 0 10100 100011111 111011 110011

Color Harmonies of #AD3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ACC

Black with #AD3ACC

Text Example


Text Example

White with #AD3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ACC; }

 p { color: rgb(173,58,204); }

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

background-color css

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

 a { background-color: rgb(173,58,204); }

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

border-color css

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

 span { border-color: rgb(173,58,204); }

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