Html Css Color HEX #AF6698 Bouquet

📋 copy color: '#AF6698'

red 175 ◦ green 102 ◦ blue 152

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

Shades of Bouquet #AF6698

Tints of Bouquet #AF6698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 40.79%
G = 23.78%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6698 (or 0xAF6698) is known color: Bouquet. HEX triplet: AF, 66 and 98. RGB value is (175,102,152). Sum of RGB (Red+Green+Blue) = 175+102+152=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6698 is #509967. Grayscale: #818181. Windows color (decimal): -5282152 or 9987759. OLE color: 9987759.

HSL color Cylindrical-coordinate representation of color #AF6698: hue angle of 318.9º 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 #AF6698 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 152 -
CMYK 0 0.42 0.13 0.31
HSL 318.9º 0.31% 0.54% -
HSV(B) 318.9º 0.42% 0.69% -
XYZ 28.1 20.88 32.26 -
YUV 129.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 175 102 152 0 0.42 0.13 0.31 318.9 0.31 0.54
Hex AF 66 98 0 2A D 1F 13F 1F 36
Octal 257 146 230 0 52 15 37 477 37 66
Binary 10101111 1100110 10011000 0 101010 1101 11111 100111111 11111 110110

Color Harmonies of #AF6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6698

Black with #AF6698

Text Example


Text Example

White with #AF6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6698; }

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

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

background-color css

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

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

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

border-color css

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

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

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