Html Css Color HEX #AF6DA0 Bouquet

📋 copy color: '#AF6DA0'

red 175 ◦ green 109 ◦ blue 160

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

Shades of Bouquet #AF6DA0

Tints of Bouquet #AF6DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 39.41%
G = 24.55%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF6DA0 (or 0xAF6DA0) is known color: Bouquet. HEX triplet: AF, 6D and A0. RGB value is (175,109,160). Sum of RGB (Red+Green+Blue) = 175+109+160=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DA0 is #50925F. Grayscale: #868686. Windows color (decimal): -5280352 or 10513839. OLE color: 10513839.

HSL color Cylindrical-coordinate representation of color #AF6DA0: hue angle of 313.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6DA0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 160 -
CMYK 0 0.38 0.09 0.31
HSL 313.64º 0.29% 0.56% -
HSV(B) 313.64º 0.38% 0.69% -
XYZ 29.49 22.59 36.06 -
YUV 134.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 175 109 160 0 0.38 0.09 0.31 313.64 0.29 0.56
Hex AF 6D A0 0 26 9 1F 13A 1D 38
Octal 257 155 240 0 46 11 37 472 35 70
Binary 10101111 1101101 10100000 0 100110 1001 11111 100111010 11101 111000

Color Harmonies of #AF6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DA0

Black with #AF6DA0

Text Example


Text Example

White with #AF6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DA0; }

 p { color: rgb(175,109,160); }

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

background-color css

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

 a { background-color: rgb(175,109,160); }

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

border-color css

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

 span { border-color: rgb(175,109,160); }

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