Html Css Color HEX #AD2ACF Dark Orchid

📋 copy color: '#AD2ACF'

red 173 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #AD2ACF

Tints of Dark Orchid #AD2ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

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

R = 41%
G = 9.95%
B = 49.05%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD2ACF (or 0xAD2ACF) is known color: Dark Orchid. HEX triplet: AD, 2A and CF. RGB value is (173,42,207). Sum of RGB (Red+Green+Blue) = 173+42+207=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD2ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ACF is #52D530. Grayscale: #636363. Windows color (decimal): -5428529 or 13576877. OLE color: 13576877.

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

Color convert

RGB 173 42 207 -
CMYK 0.16 0.80 0 0.19
HSL 287.64º 0.66% 0.49% -
HSV(B) 287.64º 0.8% 0.81% -
XYZ 29.32 15.05 60.39 -
YUV 99.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 173 42 207 0.16 0.80 0 0.19 287.64 0.66 0.49
Hex AD 2A CF 10 50 0 13 120 42 31
Octal 255 52 317 20 120 0 23 440 102 61
Binary 10101101 101010 11001111 10000 1010000 0 10011 100100000 1000010 110001

Color Harmonies of #AD2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ACF

Black with #AD2ACF

Text Example


Text Example

White with #AD2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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