Html Css Color HEX #AF6693 Bouquet

📋 copy color: '#AF6693'

red 175 ◦ green 102 ◦ blue 147

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

Shades of Bouquet #AF6693

Tints of Bouquet #AF6693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 41.27%
G = 24.06%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF6693 (or 0xAF6693) is known color: Bouquet. HEX triplet: AF, 66 and 93. RGB value is (175,102,147). Sum of RGB (Red+Green+Blue) = 175+102+147=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6693 is #50996C. Grayscale: #808080. Windows color (decimal): -5282157 or 9660079. OLE color: 9660079.

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

Color convert

RGB 175 102 147 -
CMYK 0 0.42 0.16 0.31
HSL 323.01º 0.31% 0.54% -
HSV(B) 323.01º 0.42% 0.69% -
XYZ 27.7 20.72 30.14 -
YUV 128.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 175 102 147 0 0.42 0.16 0.31 323.01 0.31 0.54
Hex AF 66 93 0 2A 10 1F 143 1F 36
Octal 257 146 223 0 52 20 37 503 37 66
Binary 10101111 1100110 10010011 0 101010 10000 11111 101000011 11111 110110

Color Harmonies of #AF6693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6693

Black with #AF6693

Text Example


Text Example

White with #AF6693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6693; }

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

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

background-color css

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

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

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

border-color css

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

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

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