Html Css Color HEX #AF74A4 Bouquet

📋 copy color: '#AF74A4'

red 175 ◦ green 116 ◦ blue 164

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

Shades of Bouquet #AF74A4

Tints of Bouquet #AF74A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.04%

R = 38.46%
G = 25.49%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF74A4 (or 0xAF74A4) is known color: Bouquet. HEX triplet: AF, 74 and A4. RGB value is (175,116,164). Sum of RGB (Red+Green+Blue) = 175+116+164=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A4 is #508B5B. Grayscale: #8A8A8A. Windows color (decimal): -5278556 or 10777775. OLE color: 10777775.

HSL color Cylindrical-coordinate representation of color #AF74A4: hue angle of 311.19º 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 #AF74A4 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 164 -
CMYK 0 0.34 0.06 0.31
HSL 311.19º 0.27% 0.57% -
HSV(B) 311.19º 0.34% 0.69% -
XYZ 30.63 24.29 38.2 -
YUV 139.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 175 116 164 0 0.34 0.06 0.31 311.19 0.27 0.57
Hex AF 74 A4 0 22 6 1F 137 1B 39
Octal 257 164 244 0 42 6 37 467 33 71
Binary 10101111 1110100 10100100 0 100010 110 11111 100110111 11011 111001

Color Harmonies of #AF74A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74A4

Black with #AF74A4

Text Example


Text Example

White with #AF74A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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