Html Css Color HEX #AF699A Bouquet

📋 copy color: '#AF699A'

red 175 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #AF699A

Tints of Bouquet #AF699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

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

R = 40.32%
G = 24.19%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF699A (or 0xAF699A) is known color: Bouquet. HEX triplet: AF, 69 and 9A. RGB value is (175,105,154). Sum of RGB (Red+Green+Blue) = 175+105+154=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF699A is #509665. Grayscale: #838383. Windows color (decimal): -5281382 or 10119599. OLE color: 10119599.

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

Color convert

RGB 175 105 154 -
CMYK 0 0.40 0.12 0.31
HSL 318º 0.3% 0.55% -
HSV(B) 318º 0.4% 0.69% -
XYZ 28.56 21.55 33.23 -
YUV 131.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 175 105 154 0 0.40 0.12 0.31 318 0.3 0.55
Hex AF 69 9A 0 28 C 1F 13E 1E 37
Octal 257 151 232 0 50 14 37 476 36 67
Binary 10101111 1101001 10011010 0 101000 1100 11111 100111110 11110 110111

Color Harmonies of #AF699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF699A

Black with #AF699A

Text Example


Text Example

White with #AF699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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