Html Css Color HEX #AF6593 Bouquet

📋 copy color: '#AF6593'

red 175 ◦ green 101 ◦ blue 147

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

Shades of Bouquet #AF6593

Tints of Bouquet #AF6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 41.37%
G = 23.88%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF6593 (or 0xAF6593) is known color: Bouquet. HEX triplet: AF, 65 and 93. RGB value is (175,101,147). Sum of RGB (Red+Green+Blue) = 175+101+147=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6593 is #509A6C. Grayscale: #808080. Windows color (decimal): -5282413 or 9659823. OLE color: 9659823.

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

Color convert

RGB 175 101 147 -
CMYK 0 0.42 0.16 0.31
HSL 322.7º 0.32% 0.54% -
HSV(B) 322.7º 0.42% 0.69% -
XYZ 27.6 20.53 30.11 -
YUV 128.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 175 101 147 0 0.42 0.16 0.31 322.7 0.32 0.54
Hex AF 65 93 0 2A 10 1F 143 20 36
Octal 257 145 223 0 52 20 37 503 40 66
Binary 10101111 1100101 10010011 0 101010 10000 11111 101000011 100000 110110

Color Harmonies of #AF6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6593

Black with #AF6593

Text Example


Text Example

White with #AF6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6593; }

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

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

background-color css

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

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

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

border-color css

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

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

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