Html Css Color HEX #AF6293 Bouquet

📋 copy color: '#AF6293'

red 175 ◦ green 98 ◦ blue 147

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

Shades of Bouquet #AF6293

Tints of Bouquet #AF6293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 41.67%
G = 23.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF6293 (or 0xAF6293) is known color: Bouquet. HEX triplet: AF, 62 and 93. RGB value is (175,98,147). Sum of RGB (Red+Green+Blue) = 175+98+147=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6293 is #509D6C. Grayscale: #7E7E7E. Windows color (decimal): -5283181 or 9659055. OLE color: 9659055.

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

Color convert

RGB 175 98 147 -
CMYK 0 0.44 0.16 0.31
HSL 321.82º 0.32% 0.54% -
HSV(B) 321.82º 0.44% 0.69% -
XYZ 27.31 19.96 30.02 -
YUV 126.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 175 98 147 0 0.44 0.16 0.31 321.82 0.32 0.54
Hex AF 62 93 0 2C 10 1F 142 20 36
Octal 257 142 223 0 54 20 37 502 40 66
Binary 10101111 1100010 10010011 0 101100 10000 11111 101000010 100000 110110

Color Harmonies of #AF6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6293

Black with #AF6293

Text Example


Text Example

White with #AF6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6293; }

 p { color: rgb(175,98,147); }

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

background-color css

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

 a { background-color: rgb(175,98,147); }

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

border-color css

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

 span { border-color: rgb(175,98,147); }

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