Html Css Color HEX #AD2FBF Dark Orchid

📋 copy color: '#AD2FBF'

red 173 ◦ green 47 ◦ blue 191

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

Shades of Dark Orchid #AD2FBF

Tints of Dark Orchid #AD2FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

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

R = 42.09%
G = 11.44%
B = 46.47%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2FBF (or 0xAD2FBF) is known color: Dark Orchid. HEX triplet: AD, 2F and BF. RGB value is (173,47,191). Sum of RGB (Red+Green+Blue) = 173+47+191=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBF is #52D040. Grayscale: #646464. Windows color (decimal): -5427265 or 12529581. OLE color: 12529581.

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

Color convert

RGB 173 47 191 -
CMYK 0.09 0.75 0 0.25
HSL 292.5º 0.61% 0.47% -
HSV(B) 292.5º 0.75% 0.75% -
XYZ 27.65 14.68 50.67 -
YUV 101.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 173 47 191 0.09 0.75 0 0.25 292.5 0.61 0.47
Hex AD 2F BF 9 4B 0 19 124 3D 2F
Octal 255 57 277 11 113 0 31 444 75 57
Binary 10101101 101111 10111111 1001 1001011 0 11001 100100100 111101 101111

Color Harmonies of #AD2FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FBF

Black with #AD2FBF

Text Example


Text Example

White with #AD2FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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