Html Css Color HEX #AD26CF Dark Orchid

📋 copy color: '#AD26CF'

red 173 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #AD26CF

Tints of Dark Orchid #AD26CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.09%

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

R = 41.39%
G = 9.09%
B = 49.52%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD26CF (or 0xAD26CF) is known color: Dark Orchid. HEX triplet: AD, 26 and CF. RGB value is (173,38,207). Sum of RGB (Red+Green+Blue) = 173+38+207=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26CF is #52D930. Grayscale: #616161. Windows color (decimal): -5429553 or 13575853. OLE color: 13575853.

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

Color convert

RGB 173 38 207 -
CMYK 0.16 0.82 0 0.19
HSL 287.93º 0.69% 0.48% -
HSV(B) 287.93º 0.82% 0.81% -
XYZ 29.19 14.78 60.34 -
YUV 97.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 173 38 207 0.16 0.82 0 0.19 287.93 0.69 0.48
Hex AD 26 CF 10 52 0 13 120 45 30
Octal 255 46 317 20 122 0 23 440 105 60
Binary 10101101 100110 11001111 10000 1010010 0 10011 100100000 1000101 110000

Color Harmonies of #AD26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26CF

Black with #AD26CF

Text Example


Text Example

White with #AD26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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