#AF6498

Color #AF6498 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF6498

Tints of Bouquet #AF6498

Color information

#AF6498 (or 0xAF6498) is unknown color: approx Bouquet. HEX triplet: AF, 64 and 98. RGB value is (175,100,152). Sum of RGB (Red+Green+Blue) = 175+100+152=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6498 is #509B67. Grayscale: #808080. Windows color (decimal): -5282664 or 9987247. OLE color: 9987247.

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

Color convert

RGB175100152-
CMYK00.430.130.31
HSL318.4º31.91%53.92%-
HSV(B)318.4º42.86%68.63%-
XYZ27.920.532.19-
YUV128.35141.35161.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=40.98%
G=23.42%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015200.430.130.31318.431.9153.92
HexAF649802BD1F13e2036
Octal25714423005315374764066
Binary101011111100100100110000101011110111111100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6498; }

 p { color: rgb(175,100,152); }

 H1.HeaderClassName
 {
   color: #AF6498;
 }
 .AnyTagClassName
 {
   color: #AF6498;
 }
</style>
background-color css

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

 a { background-color: rgb(175,100,152); }

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

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

 span { border-color: rgb(175,100,152); }

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