Html Css Color HEX #AD33BF Dark Orchid

📋 copy color: '#AD33BF'

red 173 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #AD33BF

Tints of Dark Orchid #AD33BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 41.69%
G = 12.29%
B = 46.02%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD33BF (or 0xAD33BF) is known color: Dark Orchid. HEX triplet: AD, 33 and BF. RGB value is (173,51,191). Sum of RGB (Red+Green+Blue) = 173+51+191=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BF is #52CC40. Grayscale: #676767. Windows color (decimal): -5426241 or 12530605. OLE color: 12530605.

HSL color Cylindrical-coordinate representation of color #AD33BF: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD33BF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 51 191 -
CMYK 0.09 0.73 0 0.25
HSL 292.29º 0.58% 0.47% -
HSV(B) 292.29º 0.73% 0.75% -
XYZ 27.82 15.01 50.72 -
YUV 103.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 173 51 191 0.09 0.73 0 0.25 292.29 0.58 0.47
Hex AD 33 BF 9 49 0 19 124 3A 2F
Octal 255 63 277 11 111 0 31 444 72 57
Binary 10101101 110011 10111111 1001 1001001 0 11001 100100100 111010 101111

Color Harmonies of #AD33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33BF

Black with #AD33BF

Text Example


Text Example

White with #AD33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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