Html Css Color HEX #AD35BA Dark Orchid

📋 copy color: '#AD35BA'

red 173 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #AD35BA

Tints of Dark Orchid #AD35BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 41.99%
G = 12.86%
B = 45.15%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD35BA (or 0xAD35BA) is known color: Dark Orchid. HEX triplet: AD, 35 and BA. RGB value is (173,53,186). Sum of RGB (Red+Green+Blue) = 173+53+186=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35BA is #52CA45. Grayscale: #676767. Windows color (decimal): -5425734 or 12203437. OLE color: 12203437.

HSL color Cylindrical-coordinate representation of color #AD35BA: hue angle of 294.14º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD35BA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 53 186 -
CMYK 0.07 0.72 0 0.27
HSL 294.14º 0.56% 0.47% -
HSV(B) 294.14º 0.72% 0.73% -
XYZ 27.37 14.98 47.9 -
YUV 104.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 173 53 186 0.07 0.72 0 0.27 294.14 0.56 0.47
Hex AD 35 BA 7 48 0 1B 126 38 2F
Octal 255 65 272 7 110 0 33 446 70 57
Binary 10101101 110101 10111010 111 1001000 0 11011 100100110 111000 101111

Color Harmonies of #AD35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35BA

Black with #AD35BA

Text Example


Text Example

White with #AD35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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