Html Css Color HEX #AF6C9A Bouquet

📋 copy color: '#AF6C9A'

red 175 ◦ green 108 ◦ blue 154

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

Shades of Bouquet #AF6C9A

Tints of Bouquet #AF6C9A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

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

R = 40.05%
G = 24.71%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF6C9A (or 0xAF6C9A) is known color: Bouquet. HEX triplet: AF, 6C and 9A. RGB value is (175,108,154). Sum of RGB (Red+Green+Blue) = 175+108+154=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C9A is #509365. Grayscale: #858585. Windows color (decimal): -5280614 or 10120367. OLE color: 10120367.

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

Color convert

RGB 175 108 154 -
CMYK 0 0.38 0.12 0.31
HSL 318.81º 0.3% 0.55% -
HSV(B) 318.81º 0.38% 0.69% -
XYZ 28.87 22.17 33.33 -
YUV 133.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 175 108 154 0 0.38 0.12 0.31 318.81 0.3 0.55
Hex AF 6C 9A 0 26 C 1F 13F 1E 37
Octal 257 154 232 0 46 14 37 477 36 67
Binary 10101111 1101100 10011010 0 100110 1100 11111 100111111 11110 110111

Color Harmonies of #AF6C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C9A

Black with #AF6C9A

Text Example


Text Example

White with #AF6C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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