Html Css Color HEX #AF6498 Bouquet

📋 copy color: '#AF6498'

red 175 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #AF6498

Tints of Bouquet #AF6498

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.6%

R = 40.98%
G = 23.42%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6498 (or 0xAF6498) is known color: 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

RGB 175 100 152 -
CMYK 0 0.43 0.13 0.31
HSL 318.4º 0.32% 0.54% -
HSV(B) 318.4º 0.43% 0.69% -
XYZ 27.9 20.5 32.19 -
YUV 128.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 175 100 152 0 0.43 0.13 0.31 318.4 0.32 0.54
Hex AF 64 98 0 2B D 1F 13E 20 36
Octal 257 144 230 0 53 15 37 476 40 66
Binary 10101111 1100100 10011000 0 101011 1101 11111 100111110 100000 110110

Color Harmonies of #AF6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6498

Black with #AF6498

Text Example


Text Example

White with #AF6498

Text Example


Text Example

HTML Codes & Css Web 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>