Html Css Color HEX #AF6B9A Bouquet

📋 copy color: '#AF6B9A'

red 175 ◦ green 107 ◦ blue 154

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

Shades of Bouquet #AF6B9A

Tints of Bouquet #AF6B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 40.14%
G = 24.54%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF6B9A (or 0xAF6B9A) is known color: Bouquet. HEX triplet: AF, 6B and 9A. RGB value is (175,107,154). Sum of RGB (Red+Green+Blue) = 175+107+154=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B9A is #509465. Grayscale: #848484. Windows color (decimal): -5280870 or 10120111. OLE color: 10120111.

HSL color Cylindrical-coordinate representation of color #AF6B9A: hue angle of 318.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B9A is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 154 -
CMYK 0 0.39 0.12 0.31
HSL 318.53º 0.3% 0.55% -
HSV(B) 318.53º 0.39% 0.69% -
XYZ 28.77 21.96 33.29 -
YUV 132.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 175 107 154 0 0.39 0.12 0.31 318.53 0.3 0.55
Hex AF 6B 9A 0 27 C 1F 13F 1E 37
Octal 257 153 232 0 47 14 37 477 36 67
Binary 10101111 1101011 10011010 0 100111 1100 11111 100111111 11110 110111

Color Harmonies of #AF6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B9A

Black with #AF6B9A

Text Example


Text Example

White with #AF6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B9A; }

 p { color: rgb(175,107,154); }

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

background-color css

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

 a { background-color: rgb(175,107,154); }

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

border-color css

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

 span { border-color: rgb(175,107,154); }

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