Html Css Color HEX #AF819C Bouquet

📋 copy color: '#AF819C'

red 175 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #AF819C

Tints of Bouquet #AF819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 38.04%
G = 28.04%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF819C (or 0xAF819C) is known color: Bouquet. HEX triplet: AF, 81 and 9C. RGB value is (175,129,156). Sum of RGB (Red+Green+Blue) = 175+129+156=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819C is #507E63. Grayscale: #919191. Windows color (decimal): -5275236 or 10256815. OLE color: 10256815.

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

Color convert

RGB 175 129 156 -
CMYK 0 0.26 0.11 0.31
HSL 324.78º 0.22% 0.6% -
HSV(B) 324.78º 0.26% 0.69% -
XYZ 31.53 27.21 35.04 -
YUV 145.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 175 129 156 0 0.26 0.11 0.31 324.78 0.22 0.6
Hex AF 81 9C 0 1A B 1F 145 16 3C
Octal 257 201 234 0 32 13 37 505 26 74
Binary 10101111 10000001 10011100 0 11010 1011 11111 101000101 10110 111100

Color Harmonies of #AF819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF819C

Black with #AF819C

Text Example


Text Example

White with #AF819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF819C; }

 p { color: rgb(175,129,156); }

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

background-color css

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

 a { background-color: rgb(175,129,156); }

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

border-color css

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

 span { border-color: rgb(175,129,156); }

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