Html Css Color HEX #AD35DB Dark Orchid

📋 copy color: '#AD35DB'

red 173 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #AD35DB

Tints of Dark Orchid #AD35DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.91%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 38.88%
G = 11.91%
B = 49.21%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD35DB (or 0xAD35DB) is known color: Dark Orchid. HEX triplet: AD, 35 and DB. RGB value is (173,53,219). Sum of RGB (Red+Green+Blue) = 173+53+219=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD35DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35DB is #52CA24. Grayscale: #6B6B6B. Windows color (decimal): -5425701 or 14366125. OLE color: 14366125.

HSL color Cylindrical-coordinate representation of color #AD35DB: hue angle of 283.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD35DB is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 53 219 -
CMYK 0.21 0.76 0 0.14
HSL 283.37º 0.7% 0.53% -
HSV(B) 283.37º 0.76% 0.86% -
XYZ 31.29 16.54 68.56 -
YUV 107.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 173 53 219 0.21 0.76 0 0.14 283.37 0.7 0.53
Hex AD 35 DB 15 4C 0 E 11B 46 35
Octal 255 65 333 25 114 0 16 433 106 65
Binary 10101101 110101 11011011 10101 1001100 0 1110 100011011 1000110 110101

Color Harmonies of #AD35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35DB

Black with #AD35DB

Text Example


Text Example

White with #AD35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35DB; }

 p { color: rgb(173,53,219); }

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

background-color css

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

 a { background-color: rgb(173,53,219); }

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

border-color css

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

 span { border-color: rgb(173,53,219); }

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