Html Css Color HEX #AD3BBF Dark Orchid

📋 copy color: '#AD3BBF'

red 173 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #AD3BBF

Tints of Dark Orchid #AD3BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

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

R = 40.9%
G = 13.95%
B = 45.15%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD3BBF (or 0xAD3BBF) is known color: Dark Orchid. HEX triplet: AD, 3B and BF. RGB value is (173,59,191). Sum of RGB (Red+Green+Blue) = 173+59+191=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD3BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BBF is #52C440. Grayscale: #6B6B6B. Windows color (decimal): -5424193 or 12532653. OLE color: 12532653.

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

Color convert

RGB 173 59 191 -
CMYK 0.09 0.69 0 0.25
HSL 291.82º 0.53% 0.49% -
HSV(B) 291.82º 0.69% 0.75% -
XYZ 28.2 15.77 50.85 -
YUV 108.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 173 59 191 0.09 0.69 0 0.25 291.82 0.53 0.49
Hex AD 3B BF 9 45 0 19 124 35 31
Octal 255 73 277 11 105 0 31 444 65 61
Binary 10101101 111011 10111111 1001 1000101 0 11001 100100100 110101 110001

Color Harmonies of #AD3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BBF

Black with #AD3BBF

Text Example


Text Example

White with #AD3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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