Html Css Color HEX #AD2BCF Dark Orchid

📋 copy color: '#AD2BCF'

red 173 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #AD2BCF

Tints of Dark Orchid #AD2BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

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

R = 40.9%
G = 10.17%
B = 48.94%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD2BCF (or 0xAD2BCF) is known color: Dark Orchid. HEX triplet: AD, 2B and CF. RGB value is (173,43,207). Sum of RGB (Red+Green+Blue) = 173+43+207=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BCF is #52D430. Grayscale: #646464. Windows color (decimal): -5428273 or 13577133. OLE color: 13577133.

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

Color convert

RGB 173 43 207 -
CMYK 0.16 0.79 0 0.19
HSL 287.56º 0.66% 0.49% -
HSV(B) 287.56º 0.79% 0.81% -
XYZ 29.36 15.12 60.4 -
YUV 100.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 173 43 207 0.16 0.79 0 0.19 287.56 0.66 0.49
Hex AD 2B CF 10 4F 0 13 120 42 31
Octal 255 53 317 20 117 0 23 440 102 61
Binary 10101101 101011 11001111 10000 1001111 0 10011 100100000 1000010 110001

Color Harmonies of #AD2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BCF

Black with #AD2BCF

Text Example


Text Example

White with #AD2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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