Html Css Color HEX #AD32CF Dark Orchid

📋 copy color: '#AD32CF'

red 173 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #AD32CF

Tints of Dark Orchid #AD32CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

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

R = 40.23%
G = 11.63%
B = 48.14%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD32CF (or 0xAD32CF) is known color: Dark Orchid. HEX triplet: AD, 32 and CF. RGB value is (173,50,207). Sum of RGB (Red+Green+Blue) = 173+50+207=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32CF is #52CD30. Grayscale: #686868. Windows color (decimal): -5426481 or 13578925. OLE color: 13578925.

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

Color convert

RGB 173 50 207 -
CMYK 0.16 0.76 0 0.19
HSL 287.01º 0.62% 0.5% -
HSV(B) 287.01º 0.76% 0.81% -
XYZ 29.64 15.67 60.49 -
YUV 104.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 173 50 207 0.16 0.76 0 0.19 287.01 0.62 0.5
Hex AD 32 CF 10 4C 0 13 11F 3E 32
Octal 255 62 317 20 114 0 23 437 76 62
Binary 10101101 110010 11001111 10000 1001100 0 10011 100011111 111110 110010

Color Harmonies of #AD32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32CF

Black with #AD32CF

Text Example


Text Example

White with #AD32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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