#af669a

Color #AF669A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF669A

Tints of Bouquet #AF669A

Color information

#AF669A (or 0xAF669A) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 9A. RGB value is (175,102,154). Sum of RGB (Red+Green+Blue) = 175+102+154=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF669A is #509965. Grayscale: #818181. Windows color (decimal): -5282150 or 10118831. OLE color: 10118831.

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

Color convert

RGB175102154-
CMYK00.420.120.31
HSL317.26º31.33%54.31%-
HSV(B)317.26º41.71%68.63%-
XYZ28.2620.9533.13-
YUV129.76141.68160.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=40.60%
G=23.67%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510215400.420.120.31317.2631.3354.31
HexAF669A02AC1F13d1f36
Octal25714623205214374753766
Binary10101111110011010011010010101011001111110011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af669a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af669a; }

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

 H1.HeaderClassName
 {
   color: #af669a;
 }
 .AnyTagClassName
 {
   color: #af669a;
 }
</style>
background-color css

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

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

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

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

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

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