Html Css Color HEX #AF84A5 Bouquet

📋 copy color: '#AF84A5'

red 175 ◦ green 132 ◦ blue 165

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

Shades of Bouquet #AF84A5

Tints of Bouquet #AF84A5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

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

R = 37.08%
G = 27.97%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF84A5 (or 0xAF84A5) is known color: Bouquet. HEX triplet: AF, 84 and A5. RGB value is (175,132,165). Sum of RGB (Red+Green+Blue) = 175+132+165=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84A5 is #507B5A. Grayscale: #949494. Windows color (decimal): -5274459 or 10847407. OLE color: 10847407.

HSL color Cylindrical-coordinate representation of color #AF84A5: hue angle of 313.95º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF84A5 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 165 -
CMYK 0 0.25 0.06 0.31
HSL 313.95º 0.21% 0.6% -
HSV(B) 313.95º 0.25% 0.69% -
XYZ 32.72 28.33 39.34 -
YUV 148.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 175 132 165 0 0.25 0.06 0.31 313.95 0.21 0.6
Hex AF 84 A5 0 19 6 1F 13A 15 3C
Octal 257 204 245 0 31 6 37 472 25 74
Binary 10101111 10000100 10100101 0 11001 110 11111 100111010 10101 111100

Color Harmonies of #AF84A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84A5

Black with #AF84A5

Text Example


Text Example

White with #AF84A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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