Html Css Color HEX #AF6194 Bouquet

📋 copy color: '#AF6194'

red 175 ◦ green 97 ◦ blue 148

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

Shades of Bouquet #AF6194

Tints of Bouquet #AF6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 41.67%
G = 23.1%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF6194 (or 0xAF6194) is known color: Bouquet. HEX triplet: AF, 61 and 94. RGB value is (175,97,148). Sum of RGB (Red+Green+Blue) = 175+97+148=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6194 is #509E6B. Grayscale: #7E7E7E. Windows color (decimal): -5283436 or 9724335. OLE color: 9724335.

HSL color Cylindrical-coordinate representation of color #AF6194: hue angle of 320.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6194 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 148 -
CMYK 0 0.45 0.15 0.31
HSL 320.77º 0.33% 0.53% -
HSV(B) 320.77º 0.45% 0.69% -
XYZ 27.3 19.8 30.4 -
YUV 126.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 175 97 148 0 0.45 0.15 0.31 320.77 0.33 0.53
Hex AF 61 94 0 2D F 1F 141 21 35
Octal 257 141 224 0 55 17 37 501 41 65
Binary 10101111 1100001 10010100 0 101101 1111 11111 101000001 100001 110101

Color Harmonies of #AF6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6194

Black with #AF6194

Text Example


Text Example

White with #AF6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6194; }

 p { color: rgb(175,97,148); }

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

background-color css

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

 a { background-color: rgb(175,97,148); }

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

border-color css

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

 span { border-color: rgb(175,97,148); }

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