Html Css Color HEX #AD2BBF Dark Orchid

📋 copy color: '#AD2BBF'

red 173 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #AD2BBF

Tints of Dark Orchid #AD2BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.57%

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

R = 42.51%
G = 10.57%
B = 46.93%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2BBF (or 0xAD2BBF) is known color: Dark Orchid. HEX triplet: AD, 2B and BF. RGB value is (173,43,191). Sum of RGB (Red+Green+Blue) = 173+43+191=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBF is #52D440. Grayscale: #626262. Windows color (decimal): -5428289 or 12528557. OLE color: 12528557.

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

Color convert

RGB 173 43 191 -
CMYK 0.09 0.77 0 0.25
HSL 292.7º 0.63% 0.46% -
HSV(B) 292.7º 0.77% 0.75% -
XYZ 27.5 14.37 50.62 -
YUV 98.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 173 43 191 0.09 0.77 0 0.25 292.7 0.63 0.46
Hex AD 2B BF 9 4D 0 19 125 3F 2E
Octal 255 53 277 11 115 0 31 445 77 56
Binary 10101101 101011 10111111 1001 1001101 0 11001 100100101 111111 101110

Color Harmonies of #AD2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BBF

Black with #AD2BBF

Text Example


Text Example

White with #AD2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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