Html Css Color HEX #AF76A2 Bouquet

📋 copy color: '#AF76A2'

red 175 ◦ green 118 ◦ blue 162

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

Shades of Bouquet #AF76A2

Tints of Bouquet #AF76A2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.93%

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

R = 38.46%
G = 25.93%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF76A2 (or 0xAF76A2) is known color: Bouquet. HEX triplet: AF, 76 and A2. RGB value is (175,118,162). Sum of RGB (Red+Green+Blue) = 175+118+162=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A2 is #50895D. Grayscale: #8B8B8B. Windows color (decimal): -5278046 or 10647215. OLE color: 10647215.

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

Color convert

RGB 175 118 162 -
CMYK 0 0.33 0.07 0.31
HSL 313.68º 0.26% 0.57% -
HSV(B) 313.68º 0.33% 0.69% -
XYZ 30.68 24.68 37.33 -
YUV 140.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 175 118 162 0 0.33 0.07 0.31 313.68 0.26 0.57
Hex AF 76 A2 0 21 7 1F 13A 1A 39
Octal 257 166 242 0 41 7 37 472 32 71
Binary 10101111 1110110 10100010 0 100001 111 11111 100111010 11010 111001

Color Harmonies of #AF76A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76A2

Black with #AF76A2

Text Example


Text Example

White with #AF76A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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