Html Css Color HEX #AD74A3 Bouquet

📋 copy color: '#AD74A3'

red 173 ◦ green 116 ◦ blue 163

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

Shades of Bouquet #AD74A3

Tints of Bouquet #AD74A3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

 BLUE value IS 163 (64.06% from 255) = 36.06%

R = 38.27%
G = 25.66%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD74A3 (or 0xAD74A3) is known color: Bouquet. HEX triplet: AD, 74 and A3. RGB value is (173,116,163). Sum of RGB (Red+Green+Blue) = 173+116+163=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A3 is #528B5C. Grayscale: #8A8A8A. Windows color (decimal): -5409629 or 10712237. OLE color: 10712237.

HSL color Cylindrical-coordinate representation of color #AD74A3: hue angle of 310.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD74A3 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 163 -
CMYK 0 0.33 0.06 0.32
HSL 310.53º 0.26% 0.57% -
HSV(B) 310.53º 0.33% 0.68% -
XYZ 30.09 24.02 37.7 -
YUV 138.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 173 116 163 0 0.33 0.06 0.32 310.53 0.26 0.57
Hex AD 74 A3 0 21 6 20 137 1A 39
Octal 255 164 243 0 41 6 40 467 32 71
Binary 10101101 1110100 10100011 0 100001 110 100000 100110111 11010 111001

Color Harmonies of #AD74A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74A3

Black with #AD74A3

Text Example


Text Example

White with #AD74A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74A3; }

 p { color: rgb(173,116,163); }

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

background-color css

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

 a { background-color: rgb(173,116,163); }

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

border-color css

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

 span { border-color: rgb(173,116,163); }

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