Html Css Color HEX #AF6493 Bouquet

📋 copy color: '#AF6493'

red 175 ◦ green 100 ◦ blue 147

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

Shades of Bouquet #AF6493

Tints of Bouquet #AF6493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 41.47%
G = 23.7%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF6493 (or 0xAF6493) is known color: Bouquet. HEX triplet: AF, 64 and 93. RGB value is (175,100,147). Sum of RGB (Red+Green+Blue) = 175+100+147=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6493 is #509B6C. Grayscale: #7F7F7F. Windows color (decimal): -5282669 or 9659567. OLE color: 9659567.

HSL color Cylindrical-coordinate representation of color #AF6493: hue angle of 322.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 #AF6493 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 147 -
CMYK 0 0.43 0.16 0.31
HSL 322.4º 0.32% 0.54% -
HSV(B) 322.4º 0.43% 0.69% -
XYZ 27.5 20.33 30.08 -
YUV 127.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 175 100 147 0 0.43 0.16 0.31 322.4 0.32 0.54
Hex AF 64 93 0 2B 10 1F 142 20 36
Octal 257 144 223 0 53 20 37 502 40 66
Binary 10101111 1100100 10010011 0 101011 10000 11111 101000010 100000 110110

Color Harmonies of #AF6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6493

Black with #AF6493

Text Example


Text Example

White with #AF6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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