Html Css Color HEX #AF6E9E Bouquet

📋 copy color: '#AF6E9E'

red 175 ◦ green 110 ◦ blue 158

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

Shades of Bouquet #AF6E9E

Tints of Bouquet #AF6E9E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.83%

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

R = 39.5%
G = 24.83%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF6E9E (or 0xAF6E9E) is known color: Bouquet. HEX triplet: AF, 6E and 9E. RGB value is (175,110,158). Sum of RGB (Red+Green+Blue) = 175+110+158=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E9E is #509161. Grayscale: #868686. Windows color (decimal): -5280098 or 10383023. OLE color: 10383023.

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

Color convert

RGB 175 110 158 -
CMYK 0 0.37 0.10 0.31
HSL 315.69º 0.29% 0.56% -
HSV(B) 315.69º 0.37% 0.69% -
XYZ 29.43 22.73 35.18 -
YUV 134.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 175 110 158 0 0.37 0.10 0.31 315.69 0.29 0.56
Hex AF 6E 9E 0 25 A 1F 13C 1D 38
Octal 257 156 236 0 45 12 37 474 35 70
Binary 10101111 1101110 10011110 0 100101 1010 11111 100111100 11101 111000

Color Harmonies of #AF6E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E9E

Black with #AF6E9E

Text Example


Text Example

White with #AF6E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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