Html Css Color HEX #AD24CF Dark Orchid

📋 copy color: '#AD24CF'

red 173 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #AD24CF

Tints of Dark Orchid #AD24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 41.59%
G = 8.65%
B = 49.76%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD24CF (or 0xAD24CF) is known color: Dark Orchid. HEX triplet: AD, 24 and CF. RGB value is (173,36,207). Sum of RGB (Red+Green+Blue) = 173+36+207=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24CF is #52DB30. Grayscale: #5F5F5F. Windows color (decimal): -5430065 or 13575341. OLE color: 13575341.

HSL color Cylindrical-coordinate representation of color #AD24CF: hue angle of 288.07º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD24CF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 36 207 -
CMYK 0.16 0.83 0 0.19
HSL 288.07º 0.7% 0.48% -
HSV(B) 288.07º 0.83% 0.81% -
XYZ 29.13 14.65 60.32 -
YUV 96.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 173 36 207 0.16 0.83 0 0.19 288.07 0.7 0.48
Hex AD 24 CF 10 53 0 13 120 46 30
Octal 255 44 317 20 123 0 23 440 106 60
Binary 10101101 100100 11001111 10000 1010011 0 10011 100100000 1000110 110000

Color Harmonies of #AD24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24CF

Black with #AD24CF

Text Example


Text Example

White with #AD24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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