Html Css Color HEX #AF669A Bouquet

📋 copy color: '#AF669A'

red 175 ◦ green 102 ◦ blue 154

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

Shades of Bouquet #AF669A

Tints of Bouquet #AF669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 40.6%
G = 23.67%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF669A (or 0xAF669A) is known color: 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

RGB 175 102 154 -
CMYK 0 0.42 0.12 0.31
HSL 317.26º 0.31% 0.54% -
HSV(B) 317.26º 0.42% 0.69% -
XYZ 28.26 20.95 33.13 -
YUV 129.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 175 102 154 0 0.42 0.12 0.31 317.26 0.31 0.54
Hex AF 66 9A 0 2A C 1F 13D 1F 36
Octal 257 146 232 0 52 14 37 475 37 66
Binary 10101111 1100110 10011010 0 101010 1100 11111 100111101 11111 110110

Color Harmonies of #AF669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF669A

Black with #AF669A

Text Example


Text Example

White with #AF669A

Text Example


Text Example

HTML Codes & Css Web 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>