Html Css Color HEX #AF6A9E Bouquet

📋 copy color: '#AF6A9E'

red 175 ◦ green 106 ◦ blue 158

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

Shades of Bouquet #AF6A9E

Tints of Bouquet #AF6A9E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 39.86%
G = 24.15%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF6A9E (or 0xAF6A9E) is known color: Bouquet. HEX triplet: AF, 6A and 9E. RGB value is (175,106,158). Sum of RGB (Red+Green+Blue) = 175+106+158=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A9E is #509561. Grayscale: #848484. Windows color (decimal): -5281122 or 10381999. OLE color: 10381999.

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

Color convert

RGB 175 106 158 -
CMYK 0 0.39 0.10 0.31
HSL 314.78º 0.3% 0.55% -
HSV(B) 314.78º 0.39% 0.69% -
XYZ 29 21.89 35.04 -
YUV 132.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 175 106 158 0 0.39 0.10 0.31 314.78 0.3 0.55
Hex AF 6A 9E 0 27 A 1F 13B 1E 37
Octal 257 152 236 0 47 12 37 473 36 67
Binary 10101111 1101010 10011110 0 100111 1010 11111 100111011 11110 110111

Color Harmonies of #AF6A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A9E

Black with #AF6A9E

Text Example


Text Example

White with #AF6A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A9E; }

 p { color: rgb(175,106,158); }

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

background-color css

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

 a { background-color: rgb(175,106,158); }

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

border-color css

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

 span { border-color: rgb(175,106,158); }

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