Html Css Color HEX #AD2AAF Dark Orchid

📋 copy color: '#AD2AAF'

red 173 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #AD2AAF

Tints of Dark Orchid #AD2AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 44.36%
G = 10.77%
B = 44.87%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD2AAF (or 0xAD2AAF) is known color: Dark Orchid. HEX triplet: AD, 2A and AF. RGB value is (173,42,175). Sum of RGB (Red+Green+Blue) = 173+42+175=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD2AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2AAF is #52D550. Grayscale: #5F5F5F. Windows color (decimal): -5428561 or 11479725. OLE color: 11479725.

HSL color Cylindrical-coordinate representation of color #AD2AAF: hue angle of 299.1º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2AAF is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 42 175 -
CMYK 0.01 0.76 0 0.31
HSL 299.1º 0.61% 0.43% -
HSV(B) 299.1º 0.76% 0.69% -
XYZ 25.8 13.64 41.83 -
YUV 96.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 173 42 175 0.01 0.76 0 0.31 299.1 0.61 0.43
Hex AD 2A AF 1 4C 0 1F 12B 3D 2B
Octal 255 52 257 1 114 0 37 453 75 53
Binary 10101101 101010 10101111 1 1001100 0 11111 100101011 111101 101011

Color Harmonies of #AD2AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AAF

Black with #AD2AAF

Text Example


Text Example

White with #AD2AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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