Html Css Color HEX #AF74A2 Bouquet

📋 copy color: '#AF74A2'

red 175 ◦ green 116 ◦ blue 162

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

Shades of Bouquet #AF74A2

Tints of Bouquet #AF74A2

RGB

 RED value IS 175 (68.75% from 255) = 38.63%

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 38.63%
G = 25.61%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF74A2 (or 0xAF74A2) is known color: Bouquet. HEX triplet: AF, 74 and A2. RGB value is (175,116,162). Sum of RGB (Red+Green+Blue) = 175+116+162=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A2 is #508B5D. Grayscale: #8A8A8A. Windows color (decimal): -5278558 or 10646703. OLE color: 10646703.

HSL color Cylindrical-coordinate representation of color #AF74A2: hue angle of 313.22º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF74A2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 162 -
CMYK 0 0.34 0.07 0.31
HSL 313.22º 0.27% 0.57% -
HSV(B) 313.22º 0.34% 0.69% -
XYZ 30.45 24.21 37.25 -
YUV 138.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 175 116 162 0 0.34 0.07 0.31 313.22 0.27 0.57
Hex AF 74 A2 0 22 7 1F 139 1B 39
Octal 257 164 242 0 42 7 37 471 33 71
Binary 10101111 1110100 10100010 0 100010 111 11111 100111001 11011 111001

Color Harmonies of #AF74A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74A2

Black with #AF74A2

Text Example


Text Example

White with #AF74A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74A2; }

 p { color: rgb(175,116,162); }

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

background-color css

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

 a { background-color: rgb(175,116,162); }

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

border-color css

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

 span { border-color: rgb(175,116,162); }

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