Html Css Color HEX #AD24AF Dark Orchid

📋 copy color: '#AD24AF'

red 173 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #AD24AF

Tints of Dark Orchid #AD24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 45.05%
G = 9.38%
B = 45.57%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD24AF (or 0xAD24AF) is known color: Dark Orchid. HEX triplet: AD, 24 and AF. RGB value is (173,36,175). Sum of RGB (Red+Green+Blue) = 173+36+175=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD24AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24AF is #52DB50. Grayscale: #5C5C5C. Windows color (decimal): -5430097 or 11478189. OLE color: 11478189.

HSL color Cylindrical-coordinate representation of color #AD24AF: hue angle of 299.14º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD24AF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 36 175 -
CMYK 0.01 0.79 0 0.31
HSL 299.14º 0.66% 0.41% -
HSV(B) 299.14º 0.79% 0.69% -
XYZ 25.6 13.24 41.76 -
YUV 92.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 173 36 175 0.01 0.79 0 0.31 299.14 0.66 0.41
Hex AD 24 AF 1 4F 0 1F 12B 42 29
Octal 255 44 257 1 117 0 37 453 102 51
Binary 10101101 100100 10101111 1 1001111 0 11111 100101011 1000010 101001

Color Harmonies of #AD24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24AF

Black with #AD24AF

Text Example


Text Example

White with #AD24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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