Html Css Color HEX #AD24BF Dark Orchid

📋 copy color: '#AD24BF'

red 173 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #AD24BF

Tints of Dark Orchid #AD24BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

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

R = 43.25%
G = 9%
B = 47.75%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD24BF (or 0xAD24BF) is known color: Dark Orchid. HEX triplet: AD, 24 and BF. RGB value is (173,36,191). Sum of RGB (Red+Green+Blue) = 173+36+191=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD24BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24BF is #52DB40. Grayscale: #5E5E5E. Windows color (decimal): -5430081 or 12526765. OLE color: 12526765.

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

Color convert

RGB 173 36 191 -
CMYK 0.09 0.81 0 0.25
HSL 293.03º 0.68% 0.45% -
HSV(B) 293.03º 0.81% 0.75% -
XYZ 27.27 13.91 50.54 -
YUV 94.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 173 36 191 0.09 0.81 0 0.25 293.03 0.68 0.45
Hex AD 24 BF 9 51 0 19 125 44 2D
Octal 255 44 277 11 121 0 31 445 104 55
Binary 10101101 100100 10111111 1001 1010001 0 11001 100100101 1000100 101101

Color Harmonies of #AD24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24BF

Black with #AD24BF

Text Example


Text Example

White with #AD24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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