Html Css Color HEX #AF77A2 Bouquet

📋 copy color: '#AF77A2'

red 175 ◦ green 119 ◦ blue 162

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

Shades of Bouquet #AF77A2

Tints of Bouquet #AF77A2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

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

R = 38.38%
G = 26.1%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF77A2 (or 0xAF77A2) is known color: Bouquet. HEX triplet: AF, 77 and A2. RGB value is (175,119,162). Sum of RGB (Red+Green+Blue) = 175+119+162=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77A2 is #50885D. Grayscale: #8C8C8C. Windows color (decimal): -5277790 or 10647471. OLE color: 10647471.

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

Color convert

RGB 175 119 162 -
CMYK 0 0.32 0.07 0.31
HSL 313.93º 0.26% 0.58% -
HSV(B) 313.93º 0.32% 0.69% -
XYZ 30.8 24.92 37.37 -
YUV 140.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 175 119 162 0 0.32 0.07 0.31 313.93 0.26 0.58
Hex AF 77 A2 0 20 7 1F 13A 1A 3A
Octal 257 167 242 0 40 7 37 472 32 72
Binary 10101111 1110111 10100010 0 100000 111 11111 100111010 11010 111010

Color Harmonies of #AF77A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77A2

Black with #AF77A2

Text Example


Text Example

White with #AF77A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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