Html Css Color HEX #AD34CD Dark Orchid

📋 copy color: '#AD34CD'

red 173 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #AD34CD

Tints of Dark Orchid #AD34CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.09%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 40.23%
G = 12.09%
B = 47.67%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD34CD (or 0xAD34CD) is known color: Dark Orchid. HEX triplet: AD, 34 and CD. RGB value is (173,52,205). Sum of RGB (Red+Green+Blue) = 173+52+205=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD34CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34CD is #52CB32. Grayscale: #696969. Windows color (decimal): -5425971 or 13448365. OLE color: 13448365.

HSL color Cylindrical-coordinate representation of color #AD34CD: hue angle of 287.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD34CD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 52 205 -
CMYK 0.16 0.75 0 0.20
HSL 287.45º 0.6% 0.5% -
HSV(B) 287.45º 0.75% 0.8% -
XYZ 29.48 15.75 59.24 -
YUV 105.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 173 52 205 0.16 0.75 0 0.20 287.45 0.6 0.5
Hex AD 34 CD 10 4B 0 14 11F 3C 32
Octal 255 64 315 20 113 0 24 437 74 62
Binary 10101101 110100 11001101 10000 1001011 0 10100 100011111 111100 110010

Color Harmonies of #AD34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34CD

Black with #AD34CD

Text Example


Text Example

White with #AD34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34CD; }

 p { color: rgb(173,52,205); }

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

background-color css

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

 a { background-color: rgb(173,52,205); }

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

border-color css

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

 span { border-color: rgb(173,52,205); }

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