Html Css Color HEX #AD27CF Dark Orchid

📋 copy color: '#AD27CF'

red 173 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #AD27CF

Tints of Dark Orchid #AD27CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 41.29%
G = 9.31%
B = 49.4%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD27CF (or 0xAD27CF) is known color: Dark Orchid. HEX triplet: AD, 27 and CF. RGB value is (173,39,207). Sum of RGB (Red+Green+Blue) = 173+39+207=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27CF is #52D830. Grayscale: #616161. Windows color (decimal): -5429297 or 13576109. OLE color: 13576109.

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

Color convert

RGB 173 39 207 -
CMYK 0.16 0.81 0 0.19
HSL 287.86º 0.68% 0.48% -
HSV(B) 287.86º 0.81% 0.81% -
XYZ 29.22 14.84 60.36 -
YUV 98.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 173 39 207 0.16 0.81 0 0.19 287.86 0.68 0.48
Hex AD 27 CF 10 51 0 13 120 44 30
Octal 255 47 317 20 121 0 23 440 104 60
Binary 10101101 100111 11001111 10000 1010001 0 10011 100100000 1000100 110000

Color Harmonies of #AD27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27CF

Black with #AD27CF

Text Example


Text Example

White with #AD27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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