Html Css Color HEX #AF6397 Bouquet

📋 copy color: '#AF6397'

red 175 ◦ green 99 ◦ blue 151

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

Shades of Bouquet #AF6397

Tints of Bouquet #AF6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 41.18%
G = 23.29%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6397 (or 0xAF6397) is known color: Bouquet. HEX triplet: AF, 63 and 97. RGB value is (175,99,151). Sum of RGB (Red+Green+Blue) = 175+99+151=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6397 is #509C68. Grayscale: #7F7F7F. Windows color (decimal): -5282921 or 9921455. OLE color: 9921455.

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

Color convert

RGB 175 99 151 -
CMYK 0 0.43 0.14 0.31
HSL 318.95º 0.32% 0.54% -
HSV(B) 318.95º 0.43% 0.69% -
XYZ 27.73 20.27 31.73 -
YUV 127.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 175 99 151 0 0.43 0.14 0.31 318.95 0.32 0.54
Hex AF 63 97 0 2B E 1F 13F 20 36
Octal 257 143 227 0 53 16 37 477 40 66
Binary 10101111 1100011 10010111 0 101011 1110 11111 100111111 100000 110110

Color Harmonies of #AF6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6397

Black with #AF6397

Text Example


Text Example

White with #AF6397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6397; }

 p { color: rgb(175,99,151); }

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

background-color css

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

 a { background-color: rgb(175,99,151); }

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

border-color css

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

 span { border-color: rgb(175,99,151); }

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