Html Css Color HEX #AF73A5 Bouquet

📋 copy color: '#AF73A5'

red 175 ◦ green 115 ◦ blue 165

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

Shades of Bouquet #AF73A5

Tints of Bouquet #AF73A5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 38.46%
G = 25.27%
B = 36.26%

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

#AF73A5 (or 0xAF73A5) is known color: Bouquet. HEX triplet: AF, 73 and A5. RGB value is (175,115,165). Sum of RGB (Red+Green+Blue) = 175+115+165=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73A5 is #508C5A. Grayscale: #8A8A8A. Windows color (decimal): -5278811 or 10843055. OLE color: 10843055.

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

Color convert

RGB 175 115 165 -
CMYK 0 0.34 0.06 0.31
HSL 310º 0.27% 0.57% -
HSV(B) 310º 0.34% 0.69% -
XYZ 30.6 24.09 38.63 -
YUV 138.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 175 115 165 0 0.34 0.06 0.31 310 0.27 0.57
Hex AF 73 A5 0 22 6 1F 136 1B 39
Octal 257 163 245 0 42 6 37 466 33 71
Binary 10101111 1110011 10100101 0 100010 110 11111 100110110 11011 111001

Color Harmonies of #AF73A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73A5

Black with #AF73A5

Text Example


Text Example

White with #AF73A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73A5; }

 p { color: rgb(175,115,165); }

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

background-color css

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

 a { background-color: rgb(175,115,165); }

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

border-color css

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

 span { border-color: rgb(175,115,165); }

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