Html Css Color HEX #AF679A Bouquet

📋 copy color: '#AF679A'

red 175 ◦ green 103 ◦ blue 154

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

Shades of Bouquet #AF679A

Tints of Bouquet #AF679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 40.51%
G = 23.84%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF679A (or 0xAF679A) is known color: Bouquet. HEX triplet: AF, 67 and 9A. RGB value is (175,103,154). Sum of RGB (Red+Green+Blue) = 175+103+154=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF679A is #509865. Grayscale: #828282. Windows color (decimal): -5281894 or 10119087. OLE color: 10119087.

HSL color Cylindrical-coordinate representation of color #AF679A: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF679A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 154 -
CMYK 0 0.41 0.12 0.31
HSL 317.5º 0.31% 0.55% -
HSV(B) 317.5º 0.41% 0.69% -
XYZ 28.36 21.15 33.16 -
YUV 130.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 175 103 154 0 0.41 0.12 0.31 317.5 0.31 0.55
Hex AF 67 9A 0 29 C 1F 13E 1F 37
Octal 257 147 232 0 51 14 37 476 37 67
Binary 10101111 1100111 10011010 0 101001 1100 11111 100111110 11111 110111

Color Harmonies of #AF679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF679A

Black with #AF679A

Text Example


Text Example

White with #AF679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF679A; }

 p { color: rgb(175,103,154); }

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

background-color css

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

 a { background-color: rgb(175,103,154); }

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

border-color css

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

 span { border-color: rgb(175,103,154); }

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