Html Css Color HEX #AD33B5 Dark Orchid

📋 copy color: '#AD33B5'

red 173 ◦ green 51 ◦ blue 181

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

Shades of Dark Orchid #AD33B5

Tints of Dark Orchid #AD33B5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.59%

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 42.72%
G = 12.59%
B = 44.69%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD33B5 (or 0xAD33B5) is known color: Dark Orchid. HEX triplet: AD, 33 and B5. RGB value is (173,51,181). Sum of RGB (Red+Green+Blue) = 173+51+181=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD33B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33B5 is #52CC4A. Grayscale: #656565. Windows color (decimal): -5426251 or 11875245. OLE color: 11875245.

HSL color Cylindrical-coordinate representation of color #AD33B5: hue angle of 296.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD33B5 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 51 181 -
CMYK 0.04 0.72 0 0.29
HSL 296.31º 0.56% 0.45% -
HSV(B) 296.31º 0.72% 0.71% -
XYZ 26.76 14.59 45.12 -
YUV 102.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 173 51 181 0.04 0.72 0 0.29 296.31 0.56 0.45
Hex AD 33 B5 4 48 0 1D 128 38 2D
Octal 255 63 265 4 110 0 35 450 70 55
Binary 10101101 110011 10110101 100 1001000 0 11101 100101000 111000 101101

Color Harmonies of #AD33B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33B5

Black with #AD33B5

Text Example


Text Example

White with #AD33B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33B5; }

 p { color: rgb(173,51,181); }

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

background-color css

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

 a { background-color: rgb(173,51,181); }

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

border-color css

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

 span { border-color: rgb(173,51,181); }

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